Skip to content

Commit 748e972

Browse files
Update exp/controllers/gcpmachinepool_controller.go
Co-authored-by: Carlos Salas <salash66@gmail.com>
1 parent 9bd3d77 commit 748e972

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

exp/controllers/gcpmachinepool_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ func (r *GCPMachinePoolReconciler) reconcileDelete(ctx context.Context, machineP
300300
log.Error(err, "Error deleting instanceTemplates")
301301
r.Recorder.Eventf(machinePoolScope.GCPMachinePool, corev1.EventTypeWarning, "FailedDelete", "Failed to delete instance template: %v", err)
302302

303-
// record.Warnf(machineScope.GCPMachine, "GCPMachineReconcile", "Reconcile error - %v", err)
304303
conditions.Set(machinePoolScope.GCPMachinePool, metav1.Condition{
305304
Type: string(expinfrav1.InstanceTemplateReadyCondition),
306305
Status: metav1.ConditionUnknown,

0 commit comments

Comments
 (0)