From fdb61cda2724f5cc79dedec4ecf041a92450216b Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 26 Dec 2016 16:00:18 +0100 Subject: Add missing message types (fix #3271) Which were being filtered by the information popup filter --- poezio/tabs/bookmarkstab.py | 1 - 1 file changed, 1 deletion(-) (limited to 'poezio/tabs/bookmarkstab.py') diff --git a/poezio/tabs/bookmarkstab.py b/poezio/tabs/bookmarkstab.py index e11f8aba..cdb983bb 100644 --- a/poezio/tabs/bookmarkstab.py +++ b/poezio/tabs/bookmarkstab.py @@ -89,7 +89,6 @@ class BookmarksTab(Tab): self.core.information('Bookmarks saved.', 'Info') else: self.core.information('Remote bookmarks not saved.', 'Error') - log.debug('alerte %s', str(stanza_storage(self.bookmarks.bookmarks))) self.bookmarks.save(self.core.xmpp, callback=send_cb) self.core.close_tab(self) return True -- cgit v1.2.3