From 9562803bb3ee8d0e6c4c9cffb401b986f18bd0dd Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 2 Sep 2021 18:42:17 +0200 Subject: [PATCH] Optimised sent Fernet token data. --- RNS/Link.py | 1 - 1 file changed, 1 deletion(-) diff --git a/RNS/Link.py b/RNS/Link.py index cd6e678..d079e89 100644 --- a/RNS/Link.py +++ b/RNS/Link.py @@ -715,7 +715,6 @@ class Link: # bytes from the timestamp field and reinsert those as # 0x00 when received. ciphertext = base64.urlsafe_b64decode(self.fernet.encrypt(plaintext))[3:] - RNS.log("FTKN: "+RNS.hexrep(ciphertext)) return ciphertext except Exception as e: