From: Guillaume Pellerin Date: Wed, 10 Jan 2024 09:09:02 +0000 (+0100) Subject: rm print X-Git-Tag: 2.9.0~44^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7205306ed31d7631600c3f8b3d4b69c0eecf7c29;p=teleforma.git rm print --- diff --git a/teleforma/management/commands/teleforma-deactivate-students.py b/teleforma/management/commands/teleforma-deactivate-students.py index bd7c7b54..9df83e60 100644 --- a/teleforma/management/commands/teleforma-deactivate-students.py +++ b/teleforma/management/commands/teleforma-deactivate-students.py @@ -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: