fleetmap-reports 1.0.325 → 1.0.326

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": "1.0.325",
3
+ "version": "1.0.326",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/kms-report.js CHANGED
@@ -415,7 +415,7 @@ function exportKmsReportToExcel(userData, reportData) {
415
415
  licenseplate: 'Total',
416
416
  distance: data.reduce((prev, curr) => curr.distance ? {distance: (prev.distance || 0) + curr.distance} : prev).distance
417
417
  })
418
- console.log('last row', data.pop())
418
+
419
419
  return {
420
420
  headers,
421
421
  data,