nit: delete line

This commit is contained in:
Esteban Ordano 2014-11-12 16:06:47 -03:00
parent 38ffa8dcd2
commit d4aabe545a

View File

@ -448,7 +448,6 @@
emailPlugin.addValidationHeader = function(response, email, callback) {
console.log('[emailstore.js.450]'); //TODO
emailPlugin.db.get(validatedKey(email), function(err, value) {
if (err && !err.notFound)
return callback(err);