diff --git a/pkg/addons/addons_gcpauth.go b/pkg/addons/addons_gcpauth.go index b3e1fd7c34..2172ae19c4 100644 --- a/pkg/addons/addons_gcpauth.go +++ b/pkg/addons/addons_gcpauth.go @@ -196,7 +196,6 @@ func createPullSecret(cc *config.ClusterConfig, creds *google.Credentials) error } if exists && Refresh { - fmt.Printf("REFRESHING SECRET: %s\n", n.Name) _, err := secrets.Update(context.TODO(), secretObj, metav1.UpdateOptions{}) if err != nil { return err