Skip to content

Commit 2def458

Browse files
Merge pull request #258 from supabase/clean-up-prints-after-upgrade-d-0430
Clean-up
2 parents 25dfa12 + 86dc364 commit 2def458

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)