diff --git a/src/style.go b/src/style.go index 722a378..85c82bc 100644 --- a/src/style.go +++ b/src/style.go @@ -100,7 +100,6 @@ func readStyles() { for _, stylesPath := range stylesPaths { // Ensure directory exists at path if stat, err := os.Stat(stylesPath); err != nil || !stat.IsDir() { - fmt.Println(stylesPath) continue }