aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/server.js b/server.js
index d35610f..73f8834 100644
--- a/server.js
+++ b/server.js
@@ -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) {