From 7a5291fd24326b799db92fc4f15c49111ab7c172 Mon Sep 17 00:00:00 2001 From: Ev Bogue Date: Sun, 19 Jan 2020 09:22:14 -0600 Subject: comment out console logs --- gossip.js | 6 +++--- server.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gossip.js b/gossip.js index a67ea3c..be16a9c 100644 --- a/gossip.js +++ b/gossip.js @@ -59,16 +59,16 @@ function processreq (req, pubkey, connection, keys) { if (msg.seq >= latestmsg.seq) { latest.parentNode.removeChild(latest) clearInterval(timer) - console.log('we are caught up, deleting latest div') + //console.log('we are caught up, deleting latest div') } if (src != req.latest) { clearInterval(timer) - console.log('we navigated away') + //console.log('we navigated away') } }) }) }) - console.log('checking to see if we have caught up') + //console.log('checking to see if we have caught up') }, 5000) } } diff --git a/server.js b/server.js index dd75528..9a53943 100644 --- a/server.js +++ b/server.js @@ -150,7 +150,7 @@ bog.keys().then(key => { requester: key.publicKey, box: boxed } - console.log('sending latest ' + unboxedreq.author) + //console.log('sending latest ' + unboxedreq.author) ws.send(JSON.stringify(obj)) }) } -- cgit v1.2.3-70-g09d2