Removed useless log, and fix previsualization on arrow

This commit is contained in:
Thomas FORGIONE
2015-05-21 11:13:16 +02:00
parent a31c71513a
commit a6f637223f
2 changed files with 7 additions and 5 deletions

View File

@@ -15,7 +15,6 @@ module.exports.index = function(req, res) {
req.body.time
],
function(err, result) {
console.log(err);
release();
}
);