remove unneeded line

This commit is contained in:
Yann Leboulanger 2005-05-08 17:47:52 +00:00
parent 1753a316e4
commit 4985612036
1 changed files with 0 additions and 1 deletions

View File

@ -712,7 +712,6 @@ class Connection:
self.connection.SendAndCallForResponse(iq, self._receive_agent_info,
{'agent': agent})
return
agent_info = self.connection.SendAndWaitForResponse(iq) # FIXME: This blocks!
def update_user(self, jid, name, groups):
if self.connection: