From 03db36eb26d13277205cff69a34aa42d5984fe38 Mon Sep 17 00:00:00 2001 From: sanchit Date: Mon, 7 Aug 2023 19:54:35 +0530 Subject: [PATCH] clean up --- src/cargo/ops/cargo_test.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cargo/ops/cargo_test.rs b/src/cargo/ops/cargo_test.rs index 0c6053059926..c6886fc0208d 100644 --- a/src/cargo/ops/cargo_test.rs +++ b/src/cargo/ops/cargo_test.rs @@ -431,9 +431,6 @@ fn report_test_error( crate::display_error(&err, &mut ws.config().shell()); - // println!("{:#?}", opts); - // println!("{:#?}", test_args); - let harness: bool = unit_err.unit.target.harness(); let nocapture: bool = test_args.contains(&"--nocapture");