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