Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Nov 29, 2022
1 parent 548b360 commit dbb53a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ethers-core/src/utils/geth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ impl GethInstance {
// geth ids are trunated
let truncated_id = hex::encode(&id.0[..8]);
if line.contains("Adding p2p peer") && line.contains(&truncated_id) {
println!("Found peer in log: {}", line);
return Ok(())
}
}
Expand Down

0 comments on commit dbb53a9

Please sign in to comment.