From 29cb2b2526707a27f07518f0c52bc51932c49718 Mon Sep 17 00:00:00 2001 From: John McLear Date: Thu, 31 Jan 2013 16:02:38 +0000 Subject: [PATCH] remove cursing --- handleMessage.js | 1 - 1 file changed, 1 deletion(-) diff --git a/handleMessage.js b/handleMessage.js index 1680f0b..b14ee1e 100644 --- a/handleMessage.js +++ b/handleMessage.js @@ -96,7 +96,6 @@ exports.setAuthorEmailRegistered = function(email, authorId, padId){ timestamp: timestamp }; console.debug("registered", registered, " to ", padId); - console.warn("WTF"); // Here we have to basically hack a new value into the database, this isn't clean or polite. db.get("emailSubscription:" + padId, function(err, value){ // get the current value if(!value){value = {};} // if an emailSubscription doesnt exist yet for this padId don't panic