From 1b7df6e4b2746a57e7324fe18af4f06b3d6a8315 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sun, 12 Jul 2015 12:42:45 -0400 Subject: [PATCH] closes #3315 --- src/controllers/authentication.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/authentication.js b/src/controllers/authentication.js index c303fb825d..795692cc46 100644 --- a/src/controllers/authentication.js +++ b/src/controllers/authentication.js @@ -40,7 +40,6 @@ authenticationController.register = function(req, res, next) { } }, function(next) { - console.log(userData); if (!userData.email) { return next(new Error('[[error:invalid-email]]')); }