Remove debugging

This commit is contained in:
Justin Hawkins 2021-11-02 22:13:43 +10:30
parent 5adf81fcf6
commit e1f18b104f

View File

@ -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