Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Jul 8, 2024
1 parent b480a85 commit 1556511
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion indexer_app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@ async def handle_set_payouts(data: dict, receiver_id: str, receipt: Receipt):
)
insertion_data.append(pot_payout)

logger.info(f"pot payouts insertion data: {insertion_data}")
await PotPayout.objects.abulk_create(insertion_data, ignore_conflicts=True)
except Exception as e:
logger.error(f"Failed to set payouts, Error: {e}")
Expand Down

0 comments on commit 1556511

Please sign in to comment.