Remove debug message

This commit is contained in:
2026-04-28 17:18:35 +03:00
parent b564e0ec2e
commit c2eacac313
-1
View File
@@ -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
}