Skip to content

Commit

Permalink
remove debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Jul 28, 2020
1 parent a6cb149 commit 1845ab1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions binance/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def refine_amount(self, symbol, amount: Union[str, Decimal]):
.rstrip("0")
.rstrip(".")
)
print(amount)
return amount

def refine_price(self, symbol, price: Union[str, Decimal]):
Expand All @@ -113,7 +112,6 @@ def refine_price(self, symbol, price: Union[str, Decimal]):
.rstrip("0")
.rstrip(".")
)
print(price)
return price

def assert_symbol(self, symbol):
Expand Down

0 comments on commit 1845ab1

Please sign in to comment.