Dev log
This commit is contained in:
parent
7b056ae754
commit
ed42d3d5ac
1 changed files with 1 additions and 1 deletions
|
|
@ -36,6 +36,6 @@ Meteor.publish('fireAlerts', function fireAlerts(northEastLng, northEastLat, sou
|
||||||
scan: 1
|
scan: 1
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// console.log(`Fires total: ${fires.count()}`);
|
if (Meteor.isDevelopment) console.log(`Neighbour alerts total: ${fires.count()}`);
|
||||||
return fires;
|
return fires;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue