From e1f18b104f6b1d98871a930b746bca01298dd81e Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Tue, 2 Nov 2021 22:13:43 +1030 Subject: [PATCH] Remove debugging --- config/config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/config.go b/config/config.go index 4ff86bc..b5d3e12 100644 --- a/config/config.go +++ b/config/config.go @@ -94,8 +94,6 @@ func (c *ConfigService) Load() error { return fmt.Errorf("cannot decode config file %s: %s", c.ConfigFilename, err.Error()) } - fmt.Printf("Got config: %#v", c.Config) - // Version 0 predates config migrations if c.Config.Version == 0 { // need to migrate this