mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 06:34:18 +02:00
dont debug the whole confi, bump version
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user