Remove logging
This commit is contained in:
parent
34bbdf48b7
commit
0dde94f855
@ -110,7 +110,6 @@ func (*Handler) getAvailableBalance(budget postgres.Budget,
|
||||
moneyUsed numeric.Numeric, cumultativeBalances []postgres.GetCumultativeBalancesRow,
|
||||
firstOfNextMonth time.Time) numeric.Numeric {
|
||||
availableBalance := moneyUsed
|
||||
fmt.Printf("%s: %f\n", "INC", moneyUsed.GetFloat64())
|
||||
|
||||
for _, bal := range cumultativeBalances {
|
||||
if bal.CategoryID != budget.IncomeCategoryID {
|
||||
|
Loading…
x
Reference in New Issue
Block a user