Removed useless log

This commit is contained in:
Thomas FORGIONE 2015-10-01 16:49:01 +02:00
parent f87765c0a5
commit 0f6d22251a
1 changed files with 0 additions and 2 deletions

View File

@ -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) {