diff --git a/ape_foundry/provider.py b/ape_foundry/provider.py index f1d3df6..d391ba4 100644 --- a/ape_foundry/provider.py +++ b/ape_foundry/provider.py @@ -578,7 +578,6 @@ def send_transaction(self, txn: TransactionAPI) -> ReceiptAPI: # a VM error. receipt.raise_for_status() - logger.info(f"Confirmed {receipt.txn_hash} (total fees paid = {receipt.total_fees_paid})") self.chain_manager.history.append(receipt) return receipt