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,
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user