From f4f0347e50be145a517df42346f056bfc0254d16 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Fri, 30 Apr 2021 15:34:52 +0200 Subject: [PATCH] On supprime un print --- elections/views.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/elections/views.py b/elections/views.py index b39238b..a318b03 100644 --- a/elections/views.py +++ b/elections/views.py @@ -94,9 +94,6 @@ class ElectionAdminView(CreatorOnlyMixin, DetailView): return reverse("election.view", args=[self.object.pk]) def get_context_data(self, **kwargs): - from django.utils.translation import get_language - - print(get_language()) kwargs.update( { "current_time": timezone.now(),