Skip to content

Commit a5cdaf5

Browse files
committed
remove debugging
1 parent a74d50e commit a5cdaf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/addons/addons_gcpauth.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ func createPullSecret(cc *config.ClusterConfig, creds *google.Credentials) error
196196
}
197197

198198
if exists && Refresh {
199-
fmt.Printf("REFRESHING SECRET: %s\n", n.Name)
200199
_, err := secrets.Update(context.TODO(), secretObj, metav1.UpdateOptions{})
201200
if err != nil {
202201
return err

0 commit comments

Comments
 (0)