remove unneeded line
This commit is contained in:
parent
1753a316e4
commit
4985612036
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue