From e011a01ea685306eb60efa13541ae91a85558783 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-S=C3=A9bastien=20Caux?= <git@jscaux.org>
Date: Sat, 23 Mar 2024 21:36:58 +0100
Subject: [PATCH] Remove debug info

---
 scipost_django/finances/views.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/scipost_django/finances/views.py b/scipost_django/finances/views.py
index 95c04df8e..f859482ae 100644
--- a/scipost_django/finances/views.py
+++ b/scipost_django/finances/views.py
@@ -266,9 +266,6 @@ def country_level_data(request):
         countrydatalist.sort(key=lambda country: country["impact_on_reserves"])
     if reverse_ordering == "true":
         countrydatalist.reverse()
-    print(
-        f"{reverse_ordering = } {type(reverse_ordering) = } {reverse_ordering == True}"
-    )
     context["countrydata"] = countrydatalist
     return render(request, "finances/country_level_data.html", context)
 
-- 
GitLab