diff options
-rw-r--r-- | modern/src/reports/EventReportPage.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modern/src/reports/EventReportPage.js b/modern/src/reports/EventReportPage.js index a1b452ce..bc820c4c 100644 --- a/modern/src/reports/EventReportPage.js +++ b/modern/src/reports/EventReportPage.js @@ -33,7 +33,6 @@ const typesArray = [ ['textMessage', 'eventTextMessage'], ['driverChanged', 'eventDriverChanged'], ]; -const typesMap = new Map(typesArray); const columnsArray = [ ['eventTime', 'positionFixTime'], |