Skip to content

Commit

Permalink
fix: remove unused printings
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakiyo committed Aug 23, 2023
1 parent 45b7cb8 commit 93da68b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cache/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 93da68b

Please # to comment.