Skip to content

Commit 298b834

Browse files
committed
undo
1 parent 06f4ee4 commit 298b834

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controllers/azuremachine_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ func (amr *AzureMachineReconciler) reconcileDelete(ctx context.Context, machineS
387387
if reconcileError.IsTransient() {
388388
if azure.IsOperationNotDoneError(reconcileError) {
389389
log.V(2).Info(fmt.Sprintf("AzureMachine delete not done: %s", reconcileError.Error()))
390-
log.V(2).Info(fmt.Sprintf("AzureMachine being deleted: %v", ams))
391390
} else {
392391
log.V(2).Info("transient failure to delete AzureMachine, retrying")
393392
}

0 commit comments

Comments
 (0)