SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit e011a01e authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Remove debug info

parent 12e7019a
No related branches found
No related tags found
No related merge requests found
...@@ -266,9 +266,6 @@ def country_level_data(request): ...@@ -266,9 +266,6 @@ def country_level_data(request):
countrydatalist.sort(key=lambda country: country["impact_on_reserves"]) countrydatalist.sort(key=lambda country: country["impact_on_reserves"])
if reverse_ordering == "true": if reverse_ordering == "true":
countrydatalist.reverse() countrydatalist.reverse()
print(
f"{reverse_ordering = } {type(reverse_ordering) = } {reverse_ordering == True}"
)
context["countrydata"] = countrydatalist context["countrydata"] = countrydatalist
return render(request, "finances/country_level_data.html", context) return render(request, "finances/country_level_data.html", context)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment