removed superflous if

This commit is contained in:
Radu Ioan Fericean
2014-03-21 18:15:46 +02:00
parent 5de1a83bf5
commit 5d0e6b4fee

View File

@@ -606,10 +606,6 @@ func (cd *CallDescriptor) RefundIncrements() (left float64, err error) {
}
account.refundIncrement(increment, cd.Direction, true)
}
if userBalance, err := cd.getAccount(); err == nil && userBalance != nil {
}
return 0.0, err
}