diff --git a/cmd/clustersynchro-manager/app/options/options.go b/cmd/clustersynchro-manager/app/options/options.go index 738aa473b..c04970210 100644 --- a/cmd/clustersynchro-manager/app/options/options.go +++ b/cmd/clustersynchro-manager/app/options/options.go @@ -163,7 +163,6 @@ func (o *Options) Config() (*config.Config, error) { kubeStateMetricsServerConfig := o.KubeStateMetrics.ServerConfig(metricsConfig) if config := o.Metrics.ResourceSynchroConfig(); config != resourcesynchro.DefaultMetricsWrapperFactory.Config() { - fmt.Printf("##############%#v\n", config) resourcesynchro.DefaultMetricsWrapperFactory = resourcesynchro.NewMetricsWrapperFactory(config) }