]> git.parisson.com Git - teleforma.git/commitdiff
rm print
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 10 Jan 2024 09:09:02 +0000 (10:09 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 10 Jan 2024 09:09:02 +0000 (10:09 +0100)
teleforma/management/commands/teleforma-deactivate-students.py

index bd7c7b5450df9999aa7a6fc350430305e4281e08..9df83e60eb7705cc58a721116c1d1fcbf698bff3 100644 (file)
@@ -44,7 +44,7 @@ class Command(BaseCommand):
         translation.activate(self.language_code)
 
         for student in students:
-            print(student)
+            #print(student)
             try:
                 if student.user.email and student.user.is_active:
                     if student.period: