From: Guillaume Pellerin Date: Thu, 30 Jun 2022 15:49:56 +0000 (+0200) Subject: avoid exception log X-Git-Tag: 2.7.1~17^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9562918f2a6cb5456aca6b6150ab927d3ef2c177;p=teleforma.git avoid exception log --- diff --git a/teleforma/management/commands/teleforma-publish-notify-conferences.py b/teleforma/management/commands/teleforma-publish-notify-conferences.py index 8140c7b7..b2d37eee 100644 --- a/teleforma/management/commands/teleforma-publish-notify-conferences.py +++ b/teleforma/management/commands/teleforma-publish-notify-conferences.py @@ -87,7 +87,7 @@ class Command(BaseCommand): notify(student.user, message, url) logger.logger.info("Student notified: " + student.user.username) except: - logger.logger.info("Student NOT notified: " + str(student.id)) + #logger.logger.info("Student NOT notified: " + str(student.id)) continue conference.notified = True