From f55bb2b6b3f8163a62777e0fadd3147083bc9674 Mon Sep 17 00:00:00 2001 From: John McLear Date: Mon, 30 May 2016 16:04:31 +0800 Subject: [PATCH] heh whoops --- src/node/db/API.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/node/db/API.js b/src/node/db/API.js index 267e5b74a..0c20dcc4e 100644 --- a/src/node/db/API.js +++ b/src/node/db/API.js @@ -351,8 +351,6 @@ Example returns: */ exports.getHTML = function(padID, rev, authorColor, callback) { -console.log("tits"); -console.log("authorColor", authorColor); if(typeof authorColor == "function"){ callback = authorColor; authorColor = undefined;