Skip to content

Commit 4a5003d

Browse files
committed
rm print_r
1 parent e855861 commit 4a5003d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

php-binance-api.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,6 @@ protected function httpRequest(string $url, string $method = "GET", array $param
14971497
}
14981498
if ((!isset ($params['recvWindow'])) && (!is_null($this->recvWindow))) {
14991499
$params['recvWindow'] = $this->recvWindow;
1500-
print_r($params);
15011500
}
15021501

15031502
$base = $this->base;

0 commit comments

Comments
 (0)