Remove debugging
This commit is contained in:
parent
5adf81fcf6
commit
e1f18b104f
@ -94,8 +94,6 @@ func (c *ConfigService) Load() error {
|
|||||||
return fmt.Errorf("cannot decode config file %s: %s", c.ConfigFilename, err.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
|
// Version 0 predates config migrations
|
||||||
if c.Config.Version == 0 {
|
if c.Config.Version == 0 {
|
||||||
// need to migrate this
|
// need to migrate this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user