Skip to content

Commit 2f5d504

Browse files
author
Joshua Reed
committed
Remove extraneous log message.
1 parent b7a45d1 commit 2f5d504

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
@@ -133,7 +133,6 @@ func (r *CloudStackMachineReconciliationRunner) ConsiderAffinity() (ctrl.Result,
133133

134134
// SetFailureDomainOnCSMachine sets the failure domain the machine should launch in.
135135
func (r *CloudStackMachineReconciliationRunner) SetFailureDomainOnCSMachine() (retRes ctrl.Result, reterr error) {
136-
r.Log.Info(r.ReconciliationSubject.Spec.FailureDomainName)
137136
if r.ReconciliationSubject.Spec.FailureDomainName == "" { // Needs random FD, but not yet set.
138137

139138
if r.CAPIMachine.Spec.FailureDomain != nil &&

0 commit comments

Comments
 (0)