xep_0045: Remove debug print. thanks kalkin
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
8f4d8f76d1
commit
80a89061f1
1 changed files with 0 additions and 1 deletions
|
@ -323,7 +323,6 @@ class XEP_0045(BasePlugin):
|
||||||
|
|
||||||
def add_message(msg: Message):
|
def add_message(msg: Message):
|
||||||
delay = msg.get_plugin('delay', check=True)
|
delay = msg.get_plugin('delay', check=True)
|
||||||
print(delay)
|
|
||||||
if delay is not None and delay['from'] == room:
|
if delay is not None and delay['from'] == room:
|
||||||
history_buffer.append(msg)
|
history_buffer.append(msg)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue