Skip to content

Commit 5f3ce0a

Browse files
Update pkg/webhooks/ingresscontroller/ingresscontroller.go
Co-authored-by: Trevor Nierman <[email protected]>
1 parent fdc7a30 commit 5f3ce0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/webhooks/ingresscontroller/ingresscontroller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ func (wh *IngressControllerWebhook) authorized(request admissionctl.Request) adm
198198
return ret
199199
}
200200
}
201-
log.Info("############# DEBUG LOG: IngressController operation is allowed ###########")
202201
ret = admissionctl.Allowed("IngressController operation is allowed, machineCIDR n/a")
203202
ret.UID = request.AdmissionRequest.UID
204203

0 commit comments

Comments
 (0)