Skip to content

Commit

Permalink
[rust] Remove non-necessary trace
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Mar 27, 2024
1 parent 7660a33 commit 8ef5136
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/src/files.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)?;
}

Expand Down

0 comments on commit 8ef5136

Please sign in to comment.