diff --git a/pkg/controller/container-runtime-config/container_runtime_config_controller.go b/pkg/controller/container-runtime-config/container_runtime_config_controller.go index a2da32675c..a2e20e75f4 100644 --- a/pkg/controller/container-runtime-config/container_runtime_config_controller.go +++ b/pkg/controller/container-runtime-config/container_runtime_config_controller.go @@ -521,7 +521,6 @@ func (ctrl *Controller) syncImageConfig(key string) error { imgcfg, err := ctrl.imgLister.Get("cluster") if errors.IsNotFound(err) { glog.V(2).Infof("ImageConfig doesn't exist or has been deleted") - fmt.Println("ImageConfig doesn't exist or has been deleted") return nil } if err != nil {