mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-26 11:21:24 +01:00
refactor: remove print debug
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user