Removed useless console.log

This commit is contained in:
Thomas FORGIONE 2015-05-20 10:28:10 +02:00
parent cb81116ca0
commit 66a2159972
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ var addCamerasFromId = function(req, res, callback, id) {
function(err, result) {
res.locals.path = res.locals.path || [];
for (var i in result.rows) {
console.log(result.rows[i].time);
res.locals.path.push(
{
type: 'camera',