From 1d2746fdde82048c7b0e93bd49f50e2387f1fe3d Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Thu, 25 Nov 2021 09:44:40 +0300 Subject: [PATCH] Revert "revertme: add debug print" This reverts commit 63993642c481b4a04cca5bb54ea8647ffca46f94. --- ethers-etherscan/src/transaction.rs | 4 ---- 1 file changed, 4 deletions(-) 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)); } }