Removed useless log
This commit is contained in:
parent
f87765c0a5
commit
0f6d22251a
|
@ -7,8 +7,6 @@ module.exports.index = function(req, res) {
|
||||||
|
|
||||||
var workerId = req.session.workerId || req.body.inputId;
|
var workerId = req.session.workerId || req.body.inputId;
|
||||||
|
|
||||||
console.log(workerId);
|
|
||||||
|
|
||||||
db.checkUserName(workerId, function(ok) {
|
db.checkUserName(workerId, function(ok) {
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue