Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Weblate
gajim-plugins
Commits
8f55a964
Commit
8f55a964
authored
Oct 19, 2020
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[omemo] Remove print statements
parent
1c0b571d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
omemo/backend/liteaxolotlstore.py
omemo/backend/liteaxolotlstore.py
+0
-2
No files found.
omemo/backend/liteaxolotlstore.py
View file @
8f55a964
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment