From 7205306ed31d7631600c3f8b3d4b69c0eecf7c29 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 10 Jan 2024 10:09:02 +0100 Subject: [PATCH] rm print --- teleforma/management/commands/teleforma-deactivate-students.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5