Skip to content

Commit 8ef5136

Browse files
committed
[rust] Remove non-necessary trace
1 parent 7660a33 commit 8ef5136

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/src/files.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ pub fn uncompress_deb(
276276
run_shell_command_by_os(os, command)?;
277277
let target_path = Path::new(target);
278278
if target_path.parent().unwrap().read_dir()?.next().is_none() {
279-
println!("IS EMPTY");
280279
fs::rename(&opt_edge_str, &target_str)?;
281280
}
282281

0 commit comments

Comments
 (0)