Skip to content

Commit

Permalink
remove debug log line
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
  • Loading branch information
pjuarezd committed Jun 11, 2024
1 parent d32b2ba commit 4ee6963
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controller/main-controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ func leaderRun(ctx context.Context, c *Controller, threadiness int, stopCh <-cha
// webserver was instructed to stop, do not attempt to restart
continue
case <-stopCh:
klog.Infof("Si salio leaderRun()")
return
}
}
Expand Down

0 comments on commit 4ee6963

Please sign in to comment.