dont debug the whole confi, bump version

This commit is contained in:
2026-05-11 10:23:44 +02:00
parent d22352da12
commit ceab7698e2

View File

@@ -30,7 +30,7 @@ import (
)
const (
Version string = `v0.0.6`
Version string = `v0.0.7`
)
type Cluster struct {
@@ -108,10 +108,6 @@ func (conf *Config) Init() error {
}
}
// if conf.Debug {
// repr.Println(conf)
// }
return nil
}