Skip to content

Commit 2dd5a0b

Browse files
committed
Removes debug
1 parent 1d13b10 commit 2dd5a0b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/util.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ pub fn normalize_path<P: AsRef<str>>(original: P) -> String {
8686
str.push('/');
8787
}
8888

89-
println!("{}", original_str);
90-
println!("-> {}", str);
91-
9289
str
9390
}
9491

0 commit comments

Comments
 (0)