Skip to content

Commit 11cd967

Browse files
authored
Merge branch 'trunk' into release-4.19.0
2 parents cd10a9a + 8ef5136 commit 11cd967

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)