remove cursing
This commit is contained in:
parent
38a3a415de
commit
29cb2b2526
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue