From 0f6d22251a12179fd740e02c1b93fe41bcfbf4bd Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Thu, 1 Oct 2015 16:49:01 +0200 Subject: [PATCH] Removed useless log --- posts/identification/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/posts/identification/index.js b/posts/identification/index.js index 3e7aff6..332505a 100644 --- a/posts/identification/index.js +++ b/posts/identification/index.js @@ -7,8 +7,6 @@ module.exports.index = function(req, res) { var workerId = req.session.workerId || req.body.inputId; - console.log(workerId); - db.checkUserName(workerId, function(ok) { if (!ok) {