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