fleetmap-reports 1.0.296 → 1.0.297

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.296",
3
+ "version": "1.0.297",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -483,7 +483,6 @@ function exportSpeedingReportToExcel(userData, reportData) {
483
483
  }
484
484
  }))
485
485
  })
486
- console.log(data)
487
486
  return {
488
487
  headers,
489
488
  data,