Skip to content

Commit 726e266

Browse files
authored
a few print_r removed
1 parent 44ff64e commit 726e266

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

php-binance-api.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6030,8 +6030,6 @@ public function convertSend(string $fromAsset, string $toAsset, $fromAmount = nu
60306030
'fromAsset' => $fromAsset,
60316031
'toAsset' => $toAsset,
60326032
];
6033-
print_r(PHP_EOL);
6034-
print_r('convertSend' . PHP_EOL);
60356033
if ($fromAmount) {
60366034
$params['fromAmount'] = $fromAmount;
60376035
} else if ($toAmount) {

0 commit comments

Comments
 (0)