Start verification just after last experiment

This commit is contained in:
Thomas FORGIONE
2015-10-05 16:06:55 +02:00
parent 9117299eb2
commit ab3ca50f76
4 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,6 @@ var Log = require('../../lib/NodeLog.js');
module.exports.index = function(req, res) {
db.verifyUser(req.session.userId, function() {});
var text = '';
for (var i in req.body) {