Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/omemo
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2020-10-19 23:37:41 +0300
committerlovetox <philipp@hoerist.com>2020-10-19 23:39:18 +0300
commit8f55a96463b0c7c6c6d8da41ab17b91a1427d77d (patch)
treeb713773361aa13f5faff5c92788d20f9401f281a /omemo
parent1c0b571dbb130d2c845014da69350d5d517ab605 (diff)
[omemo] Remove print statements
Diffstat (limited to 'omemo')
-rw-r--r--omemo/backend/liteaxolotlstore.py2
1 files changed, 0 insertions, 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,