changeset b11bb49aa2e3 in /home/hg/repos/gajim-plugins

author: lovetox <[email protected]>
branches: 
details:gajim-plugins?cmd=changeset;node=b11bb49aa2e3
description: Remove logging encryption result

diffstat:

 omemo/omemo/aes_gcm.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 901c6d54b488 -r b11bb49aa2e3 omemo/omemo/aes_gcm.py
--- a/omemo/omemo/aes_gcm.py    Tue Jun 14 18:46:25 2016 +0200
+++ b/omemo/omemo/aes_gcm.py    Wed Jun 15 18:51:36 2016 +0200
@@ -145,7 +145,6 @@
     """ Use AES128 GCM with the given key and iv to encrypt the payload. """
     c, t = gcm_encrypt(key, nonce, plaintext, '')
     result = c + t
-    log.info(result)
     return result
 
 
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to