删除多余print

删除多余print
This commit is contained in:
xldistance 2019-09-29 10:29:42 +08:00 committed by GitHub
parent b433d54446
commit 20722f6705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,6 @@ class BybitGateway(BaseGateway):
self.rest_api.query_stop_orders()
def write_log(self, msg: str):
print(msg)
return super().write_log(msg)
def parse_order_data(self, data: dict, time_key: str = 'updated_at'):