From e71672ef70ae9fdb29be100aec2f9b38c9c3796c Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Wed, 20 May 2020 21:46:17 -0700 Subject: [PATCH] remove dead debug --- js/modules/loki_rpc.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/modules/loki_rpc.js b/js/modules/loki_rpc.js index 3f3ba2896..7234f2141 100644 --- a/js/modules/loki_rpc.js +++ b/js/modules/loki_rpc.js @@ -69,9 +69,6 @@ const makeOnionRequest = async ( // from (3) 2 to 0 const firstPos = nodePath.length - 1; - // console.log('targetED25519Hex', targetED25519Hex) - // console.log('nodePath', nodePath.length, 'first', firstPos) - for (let i = firstPos; i > -1; i -= 1) { let dest; const relayingToFinalDestination = i === 0; // if last position