diff --git a/contracting/execution/executor.py b/contracting/execution/executor.py index e515e17a..c0e3a167 100644 --- a/contracting/execution/executor.py +++ b/contracting/execution/executor.py @@ -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}')