Revert "revertme: add debug print"

This reverts commit 63993642c4.
This commit is contained in:
Alexey Shekhirin 2021-11-25 09:44:40 +03:00
parent 63993642c4
commit 1d2746fdde
No known key found for this signature in database
GPG Key ID: AF9A26AA133B5B98
1 changed files with 0 additions and 4 deletions

View File

@ -93,8 +93,6 @@ mod tests {
) )
.await; .await;
println!("{:?}", success);
assert!(success.is_ok()); assert!(success.is_ok());
} }
@ -109,8 +107,6 @@ mod tests {
.await .await
.unwrap_err(); .unwrap_err();
println!("{:?}", err);
assert!(matches!(err, EtherscanError::TransactionReceiptFailed)); assert!(matches!(err, EtherscanError::TransactionReceiptFailed));
} }
} }