Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Seitz <[email protected]>
  • Loading branch information
yash-atreya and mattsse authored Mar 21, 2024
1 parent 3936402 commit 3b10272
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/node-bindings/src/geth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,6 @@ mod tests {
fn run_with_tempdir(f: impl Fn(&Path)) {
let temp_dir = tempfile::tempdir().unwrap();
let temp_dir_path = temp_dir.path();
println!("temp dir: {:?}", temp_dir_path);
f(temp_dir_path);
#[cfg(not(windows))]
temp_dir.close().unwrap();
Expand Down

0 comments on commit 3b10272

Please sign in to comment.