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(),