Removed useless console.log
This commit is contained in:
parent
cb81116ca0
commit
66a2159972
|
@ -51,7 +51,6 @@ var addCamerasFromId = function(req, res, callback, id) {
|
||||||
function(err, result) {
|
function(err, result) {
|
||||||
res.locals.path = res.locals.path || [];
|
res.locals.path = res.locals.path || [];
|
||||||
for (var i in result.rows) {
|
for (var i in result.rows) {
|
||||||
console.log(result.rows[i].time);
|
|
||||||
res.locals.path.push(
|
res.locals.path.push(
|
||||||
{
|
{
|
||||||
type: 'camera',
|
type: 'camera',
|
||||||
|
|
Loading…
Reference in New Issue