mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-12 07:42:53 +02: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:
|
Returns:
|
||||||
dict: Daily allowance per currency, or empty dict if not current month
|
dict: Daily allowance per currency, or empty dict if not current month
|
||||||
"""
|
"""
|
||||||
print(currency_totals)
|
|
||||||
# If month/year not provided, use current date
|
# If month/year not provided, use current date
|
||||||
current_date = timezone.localdate(timezone.now())
|
current_date = timezone.localdate(timezone.now())
|
||||||
if month is None:
|
if month is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user