From d44dd762cbaf3e329bed1a1bacf2a7be5b548667 Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Thu, 17 Dec 2020 12:09:55 -0500 Subject: [PATCH] Clean up logging --- libtextsecure/libsignal-protocol.js | 1 - 1 file changed, 1 deletion(-) diff --git a/libtextsecure/libsignal-protocol.js b/libtextsecure/libsignal-protocol.js index f70497ea0..802af05a7 100644 --- a/libtextsecure/libsignal-protocol.js +++ b/libtextsecure/libsignal-protocol.js @@ -24916,7 +24916,6 @@ SessionCipher.prototype = { var hexKey = dcodeIO.ByteBuffer.wrap(key, 'binary').toString('hex'); receivingChainInfo[hexKey] = { counter: item.chainKey.counter, - key: item.chainKey.key ? dcodeIO.ByteBuffer.wrap(item.chainKey.key, 'binary').toString('hex') : null, }; } });