~bigbes/core-go

304e09bbdee56edbce263af2e518a77c3db7443c — Drew DeVault 10 months ago 80be9ad
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 {