diff --git a/internal/pkg/config/config.go b/internal/pkg/config/config.go index 4338b37..0321571 100644 --- a/internal/pkg/config/config.go +++ b/internal/pkg/config/config.go @@ -44,7 +44,6 @@ func LoadConfig(file, path, ext string) (*viper.Viper, error) { return config, err } - fmt.Printf("Found %s\n", config.ConfigFileUsed()) logging.Debug(logging.DStart, "CON Loaded configs from %#V", config.ConfigFileUsed()) // returning config object