Skip to content

Commit

Permalink
Remove spurious print
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Dec 24, 2023
1 parent 217e0e7 commit a2c31f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/path_update_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use unicode_segmentation::UnicodeSegmentation;

pub fn normalize_path(incoming_path: &str) -> String {
let expanded_path = shellexpand::tilde(incoming_path).to_string();
println!("{}", expanded_path);
return Path::new(&expanded_path)
.absolutize_from(pwd())
.unwrap()
Expand Down

0 comments on commit a2c31f8

Please sign in to comment.