mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 11:09:56 +00:00
accidental debugging return left in the code from last commit
This commit is contained in:
parent
bae082f437
commit
078c71ed3f
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ class ClientXMPP(basexmpp, XMLStream):
|
|||
iq = self.Iq().setValues({'type': 'set'})
|
||||
iq['roster']['items'] = {jid: {'name': name, 'subscription': subscription, 'groups': groups}}
|
||||
#self.send(iq, self.Iq().setValues({'id': iq['id']}))
|
||||
return
|
||||
r = iq.send()
|
||||
return r['type'] == 'result'
|
||||
|
||||
|
|
Loading…
Reference in a new issue