From acd9c49e7c601e93164975904a8ee5756489cca1 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 6 Feb 2019 01:25:40 +0100 Subject: [PATCH] [mod] remove debug print --- to_room.py | 1 - 1 file changed, 1 deletion(-) diff --git a/to_room.py b/to_room.py index c176570..c23dca3 100644 --- a/to_room.py +++ b/to_room.py @@ -38,7 +38,6 @@ def XMPPBot(password, room="dev"): connect() client.connected = True - print room client.send(xmpp.protocol.Message("%s@conference.yunohost.org" % room, message, typ="groupchat")) client.sendToChatRoom = sendToChatRoom