diff --git a/pkg/api/v1/config.go b/pkg/api/v1/config.go index 6c5b7e1..90b9fa5 100644 --- a/pkg/api/v1/config.go +++ b/pkg/api/v1/config.go @@ -41,7 +41,6 @@ func IsClowderEnabled() bool { func init() { if !IsClowderEnabled() { - fmt.Println("Clowder is not enabled, skipping init...") return } loadedConfig, err := loadConfig(os.Getenv("ACG_CONFIG"))