Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lubedacht committed Jan 11, 2024
1 parent e2bdee6 commit e05cd01
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/controller/ionoscloudmachine_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,6 @@ func (r *IonosCloudMachineReconciler) reconcileNormal(machineScope *scope.Machin
return ctrl.Result{}, fmt.Errorf("could not reconcile LAN %w", err)
}

//if err != nil {
// return ctrl.Result{}, fmt.Errorf("could not reconcile LAN: %w", err)
//}
//if lan == nil {
// return ctrl.Result{Requeue: true}, nil
//}

return ctrl.Result{}, nil
}

Expand Down

0 comments on commit e05cd01

Please sign in to comment.