Skip to content
Snippets Groups Projects
Commit b2e1d918 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove useless print

parent 4583f84b
No related branches found
No related tags found
No related merge requests found
......@@ -1223,7 +1223,6 @@ class Connection(ConnectionHandlers):
if not common.xmpp.isResultNode(resp):
self.dispatch('UNIQUE_ROOM_ID_UNSUPPORTED', (server, instance))
return
print resp.getTag('unique').getData()
self.dispatch('UNIQUE_ROOM_ID_SUPPORTED', (server, instance,
resp.getTag('unique').getData()))
self.connection.SendAndCallForResponse(iq, _on_response)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment