From 1f4a66560a1eef081209a8bf7ca358c6ed13ad91 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 24 Nov 2024 18:58:26 -0300 Subject: [PATCH] refactor: remove print debug --- app/apps/monthly_overview/utils/daily_spending_allowance.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/apps/monthly_overview/utils/daily_spending_allowance.py b/app/apps/monthly_overview/utils/daily_spending_allowance.py index 1f02bfd..5b514f4 100644 --- a/app/apps/monthly_overview/utils/daily_spending_allowance.py +++ b/app/apps/monthly_overview/utils/daily_spending_allowance.py @@ -17,7 +17,6 @@ def calculate_daily_allowance_currency(currency_totals, month=None, year=None): Returns: dict: Daily allowance per currency, or empty dict if not current month """ - print(currency_totals) # If month/year not provided, use current date current_date = timezone.localdate(timezone.now()) if month is None: