diff options
| author | Ev Bogue <ev@evbogue.com> | 2019-09-08 10:33:04 -0500 | 
|---|---|---|
| committer | Ev Bogue <ev@evbogue.com> | 2019-09-08 10:33:04 -0500 | 
| commit | 79fe5558dcf06f7a0e38fc846e1ab600a4fdd0fb (patch) | |
| tree | ea299f509cc426f456592b929d0da9cff22b081a | |
| parent | 275ea276e264ab16bfaa7f3d903a76bf3036a9d4 (diff) | |
clean up server.js
| -rw-r--r-- | server.js | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -26,7 +26,6 @@ bog.keys().then(key => {        var req = JSON.parse(message)        bog.unbox(req.box, req.requester, key).then(unboxed => {          var unboxedreq = JSON.parse(nacl.util.encodeUTF8(unboxed)) -        console.log(unboxedreq)          if (unboxedreq.seq === 0) {            console.log(req.requester + ' asked the full log of ' + unboxedreq.author)            fs.readFile(__dirname + '/bogs/' + unboxedreq.author, 'UTF-8', function (err, data) { | 
