]> git.parisson.com Git - teleforma.git/commitdiff
avoid exception log
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 30 Jun 2022 15:49:56 +0000 (17:49 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 30 Jun 2022 15:49:56 +0000 (17:49 +0200)
teleforma/management/commands/teleforma-publish-notify-conferences.py

index 8140c7b73dfa63404b35ccd0293aaab167ccf048..b2d37eeed53abda4f188168b1cb4d0642f820882 100644 (file)
@@ -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