From 66a21599727a2004e1fc0322ba7ab12a84119ca5 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Wed, 20 May 2015 10:28:10 +0200 Subject: [PATCH] Removed useless console.log --- controllers/prototype/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/prototype/index.js b/controllers/prototype/index.js index 4751e1a..a5bc10f 100644 --- a/controllers/prototype/index.js +++ b/controllers/prototype/index.js @@ -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',