This commit is contained in:
Thomas FORGIONE 2015-07-27 17:02:39 +02:00
parent abeafc27fd
commit a914ed2a2d
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@ var Log = require('../../lib/NodeLog.js');
module.exports.index = function(req, res) { 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) { db.checkUserName(req.body.inputId, function(ok) {
if (!ok) { if (!ok) {
db.tryUser(req.session.user_id, function(id) { db.tryUser(req.session.user_id, function(id) {