Remove logging

This commit is contained in:
Jan Bader 2022-03-04 21:15:24 +00:00
parent 34bbdf48b7
commit 0dde94f855

View File

@ -110,7 +110,6 @@ func (*Handler) getAvailableBalance(budget postgres.Budget,
moneyUsed numeric.Numeric, cumultativeBalances []postgres.GetCumultativeBalancesRow, moneyUsed numeric.Numeric, cumultativeBalances []postgres.GetCumultativeBalancesRow,
firstOfNextMonth time.Time) numeric.Numeric { firstOfNextMonth time.Time) numeric.Numeric {
availableBalance := moneyUsed availableBalance := moneyUsed
fmt.Printf("%s: %f\n", "INC", moneyUsed.GetFloat64())
for _, bal := range cumultativeBalances { for _, bal := range cumultativeBalances {
if bal.CategoryID != budget.IncomeCategoryID { if bal.CategoryID != budget.IncomeCategoryID {