]> git.parisson.com Git - teleforma.git/commitdiff
Remove print statement
authorYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 27 Jun 2022 07:19:37 +0000 (09:19 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 27 Jun 2022 07:19:37 +0000 (09:19 +0200)
teleforma/views/core.py

index f84c84924c62b0a1a779343a870799855d949124..65421a0d75ba7914fb1ad7a491037b0ba24fc0ab 100644 (file)
@@ -300,7 +300,6 @@ class PeriodAccessMixin(View):
 
     def render_to_response(self, context):
         period = context['period']
-        print(period, context['periods'])
         if not period in context['periods']:
             messages.warning(self.request, _(
                 "You do NOT have access to this resource and then have been redirected to your desk."))