mirror of
https://github.com/YunoHost/webhooks.git
synced 2024-09-03 19:56:54 +02:00
[mod] remove debug print
This commit is contained in:
parent
8ea6e12299
commit
acd9c49e7c
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue