diff --git a/ethers-etherscan/src/transaction.rs b/ethers-etherscan/src/transaction.rs index 04e1cedf..260f70f3 100644 --- a/ethers-etherscan/src/transaction.rs +++ b/ethers-etherscan/src/transaction.rs @@ -93,8 +93,6 @@ mod tests { ) .await; - println!("{:?}", success); - assert!(success.is_ok()); } @@ -109,8 +107,6 @@ mod tests { .await .unwrap_err(); - println!("{:?}", err); - assert!(matches!(err, EtherscanError::TransactionReceiptFailed)); } }