From 4b9d8ac6cbd2eb9b7d39385a246f4783b4f4089e Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Thu, 17 Apr 2025 05:08:45 +0000 Subject: [PATCH] Don't log this --- modules/theme/theme.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/theme/theme.go b/modules/theme/theme.go index c22a93cb71..140d23b335 100644 --- a/modules/theme/theme.go +++ b/modules/theme/theme.go @@ -68,7 +68,7 @@ func loadThemesInner(assetFs *assetfs.LayeredFS) ([]string, error) { theme := entry[6 : len(entry)-4] themes = append(themes, theme) - log.Info("Found theme: %s", theme) + log.Debug("Found theme: %s", theme) } if len(themes) > 0 {