nit: delete line
This commit is contained in:
parent
38ffa8dcd2
commit
d4aabe545a
@ -448,7 +448,6 @@
|
|||||||
|
|
||||||
emailPlugin.addValidationHeader = function(response, email, callback) {
|
emailPlugin.addValidationHeader = function(response, email, callback) {
|
||||||
|
|
||||||
console.log('[emailstore.js.450]'); //TODO
|
|
||||||
emailPlugin.db.get(validatedKey(email), function(err, value) {
|
emailPlugin.db.get(validatedKey(email), function(err, value) {
|
||||||
if (err && !err.notFound)
|
if (err && !err.notFound)
|
||||||
return callback(err);
|
return callback(err);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user