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

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lostman committed Dec 8, 2023
1 parent cab1460 commit 2d04668
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fuel-indexer-benchmarks/src/bin/qa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ fn record_active_connections() -> Result<usize, std::io::Error> {
let output = String::from_utf8(output.stdout).unwrap();
let output = output.trim();
let output = output.parse::<usize>().unwrap_or(0);
println!("Active connections: {output}");
Ok(output)
}

Expand Down

0 comments on commit 2d04668

Please sign in to comment.