mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-29 20:17:14 +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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user