[mod] remove debug print

This commit is contained in:
Laurent Peuch 2019-02-06 01:25:40 +01:00
parent 8ea6e12299
commit acd9c49e7c

View file

@ -38,7 +38,6 @@ def XMPPBot(password, room="dev"):
connect() connect()
client.connected = True client.connected = True
print room
client.send(xmpp.protocol.Message("%s@conference.yunohost.org" % room, message, typ="groupchat")) client.send(xmpp.protocol.Message("%s@conference.yunohost.org" % room, message, typ="groupchat"))
client.sendToChatRoom = sendToChatRoom client.sendToChatRoom = sendToChatRoom