config: don't log config path This is kind of useful but it's also pretty noisy in a lot of places.
1 files changed, 0 insertions(+), 2 deletions(-) M config/config.go
M config/config.go => config/config.go +0 -2
@@ 47,8 47,6 @@ func LoadFiles() ini.File { } if err != nil { break - } else { - log.Printf("Loaded config from %s", f) } } if len(matches) > 0 {