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

remove unneeded lines

parent f4b05e51
No related branches found
No related tags found
No related merge requests found
......@@ -752,10 +752,6 @@ class Connection:
self.connection.SendAndCallForResponse(iq,
self._receive_register_agent_info, {'agent': agent})
return
rep = common.xmpp.features.getRegInfo(self.connection, agent).asDict() # FIXME: blocking
print '\n\nTOTO\n\n'
print rep
return rep
def register_agent(self, agent, info):
if not self.connection:
......
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