]> 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, 12 Apr 2023 09:12:02 +0000 (11:12 +0200)
teleforma/views/core.py

index f55c16f971e2753a951fa57d6bf8f3953e188577..017cace44acd550a782ad039652f1d11e3d796e2 100644 (file)
@@ -170,7 +170,6 @@ def get_host(request):
 
 def get_periods(user):
     periods = []
-    print(user.student)
     student = user.student.all()
     if student:
         student = user.student.get()