delete unnecessary log

This commit is contained in:
shiyao.zhu 2023-05-11 15:18:15 +08:00
parent 0afee9205a
commit fcd7f52dae
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
class OkxAPIException(Exception):
def __init__(self, response):
print(response.text + ', ' + str(response.status_code))
self.code = 0
try:
json_res = response.json()