remove unneeded line

This commit is contained in:
Yann Leboulanger 2005-06-10 15:46:53 +00:00
parent 18fb90e349
commit e774467002
1 changed files with 0 additions and 1 deletions

View File

@ -989,7 +989,6 @@ class Connection:
def store_bookmarks(self):
''' Send bookmarks to the storage namespace '''
if not self.connection:
print 'non', self.name
return
iq = common.xmpp.Iq(typ='set')
iq2 = iq.addChild(name="query", namespace="jabber:iq:private")