From a914ed2a2d6db19f24970782eea50e89834d4813 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Mon, 27 Jul 2015 17:02:39 +0200 Subject: [PATCH] Ok --- posts/identification/index.js | 4 ---- 1 file changed, 4 deletions(-) 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) {