diff --git a/posts/identification/index.js b/posts/identification/index.js index c18825a..41218db 100644 --- a/posts/identification/index.js +++ b/posts/identification/index.js @@ -5,10 +5,6 @@ var Log = require('../../lib/NodeLog.js'); module.exports.index = function(req, res) { - for (var key in req.body) { - console.log(key, req.body[key]); - } - db.checkUserName(req.body.inputId, function(ok) { if (!ok) { db.tryUser(req.session.user_id, function(id) {