Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Sep 24, 2024
1 parent 02caec9 commit d2f826a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/schedule/schedulers/scheduler_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ func (c *Controller) RemoveSchedulerHandler(name string) error {
if c.cluster == nil {
return errs.ErrNotBootstrapped.FastGenByArgs()
}
fmt.Println("XXX", c.schedulerHandlers)
s, ok := c.schedulerHandlers[name]
if !ok {
return errs.ErrSchedulerNotFound.FastGenByArgs()
Expand Down

0 comments on commit d2f826a

Please sign in to comment.