Remove logging
This commit is contained in:
		| @@ -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 { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user