aboutsummaryrefslogtreecommitdiff
path: root/modern/src/reports/EventReportPage.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/reports/EventReportPage.js')
-rw-r--r--modern/src/reports/EventReportPage.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/modern/src/reports/EventReportPage.js b/modern/src/reports/EventReportPage.js
index 7c4a24c..a80825e 100644
--- a/modern/src/reports/EventReportPage.js
+++ b/modern/src/reports/EventReportPage.js
@@ -122,7 +122,6 @@ const EventReportPage = () => {
const formatAddress = (value) => {
if (value > 0) {
const position = items.positions.find(p => p.id === value);
- console.log ('position ' + value + ' is: ', position);
return position && position.address ? position.address : '';
}
return '';