Skip to content

Commit

Permalink
Remove cache debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
ejv2 committed Aug 11, 2024
1 parent 5ae5035 commit a85588a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func (c *Cache) Open(dir string, q *Queue, hndl ev.Handler) error {
c.dir = strings.ReplaceAll(c.guessDir(q.Items), "~", home)
}

fmt.Println("\nDEBUG: Loading cache from", c.dir)
files, err := os.ReadDir(c.dir)
c.hndl = hndl

Expand Down

0 comments on commit a85588a

Please sign in to comment.