mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 10:08:36 +02:00
refactor: remove debug prints
This commit is contained in:
@@ -45,7 +45,6 @@ def active_recurring_transactions_list(request):
|
||||
is_paused=False,
|
||||
).order_by("-start_date", "description", "id")
|
||||
|
||||
print(recurring_transactions)
|
||||
return render(
|
||||
request,
|
||||
"recurring_transactions/fragments/table.html",
|
||||
|
||||
Reference in New Issue
Block a user