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 +1 -1
- package/src/speeding-report.js +0 -1
package/package.json
CHANGED
package/src/speeding-report.js
CHANGED
|
@@ -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,
|