Skip to content

Commit fd455d0

Browse files
Remove log statement
1 parent ecaeb87 commit fd455d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controllers/cloudstackmachine_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ func (r *CloudStackMachineReconciliationRunner) ConsiderAffinity() (ctrl.Result,
138138

139139
agName, err := utils.GenerateAffinityGroupName(*r.ReconciliationSubject, r.CAPIMachine)
140140
if err != nil {
141-
r.Log.Info("getting affinity group name", err.Error())
142141
return ctrl.Result{}, err
143142
}
144143

0 commit comments

Comments
 (0)