Merge pull request #247 from eordano/nit/line

nit: delete line
This commit is contained in:
Matias Alejo Garcia 2014-11-12 16:21:19 -03:00
commit 02bc5b4580
1 changed files with 0 additions and 1 deletions

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