From 93da68b22345d4fc3d2fac9b0919d92d773844d2 Mon Sep 17 00:00:00 2001 From: Yakiyo Date: Wed, 23 Aug 2023 10:24:37 +0000 Subject: [PATCH] fix: remove unused printings --- cache/list.go | 1 - 1 file changed, 1 deletion(-) 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() {