diff --git a/chat/consumersNotice.py b/chat/consumersNotice.py index f387ff0..536cdf3 100644 --- a/chat/consumersNotice.py +++ b/chat/consumersNotice.py @@ -82,7 +82,6 @@ class ChatNoticeConsumer(WebsocketConsumer): try: status, result = getattr(self, "pre_" + type_notice)(user, targets) except AttributeError as error: - print(error) status = 200 if (status < 300):