Skip to content

Commit

Permalink
remove debug info (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ety001 authored Oct 13, 2024
1 parent 9ef4ef2 commit 9cb51a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/history/history.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def steem_batch_request(url, batch_data):
}
logger.info("Requesting: %s", json.dumps(batch_data))
response = requests.post(url, headers=headers, data=json.dumps(batch_data))
logger.info("Response: %s", response.text)
# logger.info("Response: %s", response.text)
return response.json()

def load_accounts():
Expand Down

0 comments on commit 9cb51a8

Please sign in to comment.