From 304e09bbdee56edbce263af2e518a77c3db7443c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 17 Sep 2025 15:06:19 +0200 Subject: [PATCH] config: don't log config path This is kind of useful but it's also pretty noisy in a lot of places. --- config/config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/config.go b/config/config.go index 2a88966bc8f9fae3ebfb37a77c285174b3c2554a..495213bf09e6b6843a077c4a61e5a104a37af60e 100644 --- a/config/config.go +++ b/config/config.go @@ -47,8 +47,6 @@ func LoadFiles() ini.File { } if err != nil { break - } else { - log.Printf("Loaded config from %s", f) } } if len(matches) > 0 {