From 18dfa1a6665ef92aac7deb6b14c8843a388a0a96 Mon Sep 17 00:00:00 2001 From: bugarela Date: Thu, 4 Apr 2024 16:52:16 -0300 Subject: [PATCH] Remove debug line --- tests/integration_tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index bc92e57..a7d3579 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -37,7 +37,6 @@ fn run(dir: &str, f: impl FnOnce(&mut Command)) -> Result { let _ = fs::remove_dir_all(ws.join("target")); - println!("Running {:?}", cmd); let output = cmd.output().context("Process failed")?; ensure!( output.status.success(),