remove dead debug

pull/1100/head
Ryan Tharp 5 years ago committed by GitHub
parent 0d40ee7ae6
commit e71672ef70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save