mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-30 19:19:55 +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 = self.Iq().setValues({'type': 'set'})
|
||||||
iq['roster']['items'] = {jid: {'name': name, 'subscription': subscription, 'groups': groups}}
|
iq['roster']['items'] = {jid: {'name': name, 'subscription': subscription, 'groups': groups}}
|
||||||
#self.send(iq, self.Iq().setValues({'id': iq['id']}))
|
#self.send(iq, self.Iq().setValues({'id': iq['id']}))
|
||||||
return
|
|
||||||
r = iq.send()
|
r = iq.send()
|
||||||
return r['type'] == 'result'
|
return r['type'] == 'result'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue