Skip to content

Commit 1c95eb5

Browse files
authored
fix: excessive lines deleted
1 parent eceec92 commit 1c95eb5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

php-binance-api.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1698,10 +1698,6 @@ protected function httpRequest(string $url, string $method = "GET", array $param
16981698
$base = $this->bapi;
16991699
}
17001700

1701-
print_r(PHP_EOL . '-----------------------------------------' . PHP_EOL);
1702-
print_r($base . $url);
1703-
print_r(PHP_EOL . '-----------------------------------------' . PHP_EOL);
1704-
17051701
$curl = curl_init();
17061702
curl_setopt($curl, CURLOPT_VERBOSE, $this->httpDebug);
17071703

0 commit comments

Comments
 (0)