]> git.parisson.com Git - teleforma.git/commitdiff
Remove useless print
authortest test <yoanl@pilotsystems.net>
Wed, 26 May 2021 16:01:06 +0000 (18:01 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 26 May 2021 16:01:06 +0000 (18:01 +0200)
teleforma/views/core.py

index ca7a1c42854697d8387b887967b6dc41a46d977a..a9ea7b083958d45ac0944ac2c4a0d7bc4caec5b9 100644 (file)
@@ -151,7 +151,6 @@ def get_host(request):
 
 def get_periods(user):
     periods = []
-    print(user.student)
     student = user.student.all()
     if student:
         student = user.student.get()