remove unneeded lines

This commit is contained in:
Yann Leboulanger 2005-05-08 21:03:42 +00:00
parent f4b05e51fa
commit c741fbef11
1 changed files with 0 additions and 4 deletions

View File

@ -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: