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;