Skip to content

Commit bdb0b4e

Browse files
committed
remove debug lines
1 parent 94a7952 commit bdb0b4e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

internal/k8s/controller.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,14 +326,11 @@ func NewLoadBalancerController(input NewLoadBalancerControllerInput) *LoadBalanc
326326

327327
if input.MGMTConfigMap != "" {
328328
mgmtConfigMapNS, mgmtConfigMapName, err := ParseNamespaceName(input.MGMTConfigMap)
329-
nl.Debugf(lbc.Logger, "mgmtConfigMapNS: %+v, mgmtConfigMapName: %+v, err: %+v", mgmtConfigMapNS, mgmtConfigMapName, err)
330329
if err != nil {
331330
nl.Warn(lbc.Logger, err)
332331
} else {
333332
lbc.watchMGMTConfigMap = true
334-
handlers := createConfigMapHandlers(lbc, mgmtConfigMapName)
335-
nl.Debugf(lbc.Logger, "handlers %+v", handlers)
336-
lbc.addMGMTConfigMapHandler(handlers, mgmtConfigMapNS)
333+
lbc.addMGMTConfigMapHandler(createConfigMapHandlers(lbc, mgmtConfigMapName), mgmtConfigMapNS)
337334
}
338335
}
339336

0 commit comments

Comments
 (0)