From 8f55a96463b0c7c6c6d8da41ab17b91a1427d77d Mon Sep 17 00:00:00 2001 From: lovetox Date: Mon, 19 Oct 2020 22:37:41 +0200 Subject: [PATCH] [omemo] Remove print statements --- omemo/backend/liteaxolotlstore.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/omemo/backend/liteaxolotlstore.py b/omemo/backend/liteaxolotlstore.py index 94291ee..c1004bc 100644 --- a/omemo/backend/liteaxolotlstore.py +++ b/omemo/backend/liteaxolotlstore.py @@ -80,7 +80,6 @@ class LiteAxolotlStore(AxolotlStore): @staticmethod def _is_blind_trust_enabled(): plugin = app.plugin_manager.get_active_plugin('omemo') - print(plugin.config['BLIND_TRUST']) return plugin.config['BLIND_TRUST'] @staticmethod @@ -608,7 +607,6 @@ class LiteAxolotlStore(AxolotlStore): VALUES(?, ?, ?, ?)''' if not self.containsIdentity(recipientId, identityKey): trust = self.getDefaultTrust(recipientId) - print('TRUST', trust) self._con.execute(query, (recipientId, identityKey.getPublicKey().serialize(), trust,