heh whoops

This commit is contained in:
John McLear 2016-05-30 16:04:31 +08:00
parent 248ec967e5
commit f55bb2b6b3

View file

@ -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;