Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Endogen committed May 13, 2024
1 parent 29f5db9 commit eba071d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions contracting/execution/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ def execute(self, sender, contract_name, function_name, kwargs,
if balance is None:
balance = 0

logger.debug({
'balance': balance,
'stamp_cost': stamp_cost,
'stamps': stamps
})

assert balance * stamp_cost >= stamps, (f'Sender does not have enough stamps for the transaction. '
f'Balance at key {balances_key} is {balance}')

Expand Down

0 comments on commit eba071d

Please sign in to comment.