refactor: remove print debug

This commit is contained in:
Herculino Trotta
2024-11-24 18:58:26 -03:00
parent f521fe9016
commit 1f4a66560a

View File

@@ -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: