remove unneeded line
This commit is contained in:
parent
18fb90e349
commit
e774467002
|
@ -989,7 +989,6 @@ class Connection:
|
||||||
def store_bookmarks(self):
|
def store_bookmarks(self):
|
||||||
''' Send bookmarks to the storage namespace '''
|
''' Send bookmarks to the storage namespace '''
|
||||||
if not self.connection:
|
if not self.connection:
|
||||||
print 'non', self.name
|
|
||||||
return
|
return
|
||||||
iq = common.xmpp.Iq(typ='set')
|
iq = common.xmpp.Iq(typ='set')
|
||||||
iq2 = iq.addChild(name="query", namespace="jabber:iq:private")
|
iq2 = iq.addChild(name="query", namespace="jabber:iq:private")
|
||||||
|
|
Loading…
Reference in New Issue