mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-20 15:51:36 +02:00
refactor: remove debug prints
This commit is contained in:
@@ -155,7 +155,7 @@ def strategy_detail(request, strategy_id):
|
||||
"investment_frequency": strategy.investment_frequency_data(),
|
||||
"price_comparison_data": strategy.price_comparison_data(),
|
||||
}
|
||||
print(strategy.price_comparison_data())
|
||||
|
||||
return render(request, "dca/fragments/strategy/details.html", context)
|
||||
|
||||
|
||||
|
||||
@@ -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