From c2eacac313e184a8e750b59083c362db8734b743 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 28 Apr 2026 17:18:35 +0300 Subject: [PATCH] Remove debug message --- src/style.go | 1 - 1 file changed, 1 deletion(-) 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 }