fleetmap-reports 2.0.151 → 2.0.152

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "2.0.151",
3
+ "version": "2.0.152",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -310,7 +310,6 @@ async function getCustomSpeedLimitEvents (devices, routes, customSpeed) {
310
310
  async function getRoadSpeedLimits (devices, routes, threshold, minimumMinutes = 0) {
311
311
  const position = routes.find(p => getCountry(p))
312
312
  const country = position && getCountry(position)
313
- console.log('getRoadSpeedLimits', position.address, country)
314
313
  const config = {
315
314
  Chile: getOSMSpeedingEvents,
316
315
  CL: getOSMSpeedingEvents,