diff --git a/cache/list.go b/cache/list.go index 5460e6c..5b2dfb3 100644 --- a/cache/list.go +++ b/cache/list.go @@ -26,7 +26,6 @@ func List() { filepath.Join(cache, utils.Platform()), filepath.Join(cache, "common"), } - fmt.Println(dirs) for _, dir := range dirs { filepath.WalkDir(dir, func(path string, d fs.DirEntry, err error) error { if !d.IsDir() {