diff --git a/ape_foundry/provider.py b/ape_foundry/provider.py index 55014c1..af7bb93 100644 --- a/ape_foundry/provider.py +++ b/ape_foundry/provider.py @@ -572,7 +572,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