From 80a89061f178ef1fb971f9358d827acc1366ae53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 7 Jan 2023 15:07:28 +0100 Subject: [PATCH] xep_0045: Remove debug print. thanks kalkin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- slixmpp/plugins/xep_0045/muc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/slixmpp/plugins/xep_0045/muc.py b/slixmpp/plugins/xep_0045/muc.py index 90cb73d7..cf07dd1d 100644 --- a/slixmpp/plugins/xep_0045/muc.py +++ b/slixmpp/plugins/xep_0045/muc.py @@ -323,7 +323,6 @@ class XEP_0045(BasePlugin): def add_message(msg: Message): delay = msg.get_plugin('delay', check=True) - print(delay) if delay is not None and delay['from'] == room: history_buffer.append(msg)