[omemo] Remove print statements
This commit is contained in:
@@ -80,7 +80,6 @@ class LiteAxolotlStore(AxolotlStore):
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def _is_blind_trust_enabled():
|
def _is_blind_trust_enabled():
|
||||||
plugin = app.plugin_manager.get_active_plugin('omemo')
|
plugin = app.plugin_manager.get_active_plugin('omemo')
|
||||||
print(plugin.config['BLIND_TRUST'])
|
|
||||||
return plugin.config['BLIND_TRUST']
|
return plugin.config['BLIND_TRUST']
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
@@ -608,7 +607,6 @@ class LiteAxolotlStore(AxolotlStore):
|
|||||||
VALUES(?, ?, ?, ?)'''
|
VALUES(?, ?, ?, ?)'''
|
||||||
if not self.containsIdentity(recipientId, identityKey):
|
if not self.containsIdentity(recipientId, identityKey):
|
||||||
trust = self.getDefaultTrust(recipientId)
|
trust = self.getDefaultTrust(recipientId)
|
||||||
print('TRUST', trust)
|
|
||||||
self._con.execute(query, (recipientId,
|
self._con.execute(query, (recipientId,
|
||||||
identityKey.getPublicKey().serialize(),
|
identityKey.getPublicKey().serialize(),
|
||||||
trust,
|
trust,
|
||||||
|
|||||||
Reference in New Issue
Block a user