Skip to content

Commit

Permalink
delete unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
yukonet committed Apr 18, 2024
1 parent 4e4b23d commit ca98149
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def log_loop(last_checked_block, check_interval):
token_instance = Token(token)
transfers = token_instance.get_all_transfers(x, x)
for transaction in transfers:
logger.warning(transaction)
if (token_instance.provider.toChecksumAddress(transaction['from']) in list_accounts or
token_instance.provider.toChecksumAddress(transaction['to']) in list_accounts):
handle_event(transaction)
Expand Down

0 comments on commit ca98149

Please sign in to comment.