Skip to content

Commit f237d93

Browse files
committed
Cleanup
1 parent 25dfa12 commit f237d93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/npm/cache_dir.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ impl NpmCacheDir {
3434

3535
// this may fail on readonly file systems, so just ignore if so
3636
let root_dir = try_get_canonicalized_root_dir(&root_dir).unwrap_or(root_dir);
37-
println!("Cache Dir {}", root_dir.clone().to_str().unwrap());
3837
let root_dir_url = Url::from_directory_path(&root_dir).unwrap();
3938
Self {
4039
root_dir,

0 commit comments

Comments
 (0)