Skip to content

Commit

Permalink
remove rogue print
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Parrett <[email protected]>
  • Loading branch information
mockersf and rparrett authored Aug 30, 2023
1 parent 32d857e commit efbaa15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/example-showcase/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ fn main() {
let result = cmd.output();

let duration = before.elapsed();
println!("took {duration:?}");

if (!report_details && result.is_ok())
|| (report_details && result.as_ref().unwrap().status.success())
Expand Down

0 comments on commit efbaa15

Please sign in to comment.