From ceab7698e2dbaf446ffbc2037c9f017701909fb3 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 11 May 2026 10:23:44 +0200 Subject: [PATCH] dont debug the whole confi, bump version --- pkg/cfg/config.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pkg/cfg/config.go b/pkg/cfg/config.go index 44e86eb..3fb3899 100644 --- a/pkg/cfg/config.go +++ b/pkg/cfg/config.go @@ -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 }