We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25dfa12 + 86dc364 commit 2def458Copy full SHA for 2def458
crates/npm/cache_dir.rs
@@ -34,7 +34,6 @@ impl NpmCacheDir {
34
35
// this may fail on readonly file systems, so just ignore if so
36
let root_dir = try_get_canonicalized_root_dir(&root_dir).unwrap_or(root_dir);
37
- println!("Cache Dir {}", root_dir.clone().to_str().unwrap());
38
let root_dir_url = Url::from_directory_path(&root_dir).unwrap();
39
Self {
40
root_dir,
0 commit comments