From 8ef513697c31a25bff9c41a7a6f30c3aefe5560d Mon Sep 17 00:00:00 2001 From: Boni Garcia Date: Wed, 27 Mar 2024 13:39:52 +0100 Subject: [PATCH] [rust] Remove non-necessary trace --- rust/src/files.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/src/files.rs b/rust/src/files.rs index 3764dd0d58325..8275f70d38d16 100644 --- a/rust/src/files.rs +++ b/rust/src/files.rs @@ -276,7 +276,6 @@ pub fn uncompress_deb( run_shell_command_by_os(os, command)?; let target_path = Path::new(target); if target_path.parent().unwrap().read_dir()?.next().is_none() { - println!("IS EMPTY"); fs::rename(&opt_edge_str, &target_str)?; }