mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 15:24:21 +01:00
removed debug prints
This commit is contained in:
@@ -707,7 +707,6 @@ class BfxRest:
|
||||
payload["gid"] = gids
|
||||
if all != None:
|
||||
payload["all"] = all
|
||||
print(payload)
|
||||
raw_notification = await self.post(endpoint, payload)
|
||||
return Notification.from_raw_notification(raw_notification)
|
||||
|
||||
@@ -803,7 +802,6 @@ class BfxRest:
|
||||
}
|
||||
if parent:
|
||||
payload['parent'] = parent
|
||||
print(payload)
|
||||
message = await self.post(endpoint, payload)
|
||||
return message
|
||||
|
||||
|
||||
Reference in New Issue
Block a user