From 9cfdba794de4c4f3559ea3c0b37b8958c1684d18 Mon Sep 17 00:00:00 2001 From: Xamora Date: Thu, 1 Feb 2024 14:39:39 +0100 Subject: [PATCH] notice --- chat/consumersNotice.py | 1 - 1 file changed, 1 deletion(-) 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):