Skip to content

Commit

Permalink
Removing console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbird committed Aug 1, 2024
1 parent 10976d5 commit 7c78167
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/frontend/src/Components/map/handlers/click.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ export const pointerClickHandler = (
);
return;
case 'event':
console.log(clickedFeature.getProperties());
trackEvent(
'click',
'map',
Expand All @@ -309,7 +308,6 @@ export const pointerClickHandler = (
);
return;
case 'ferry':
console.log(clickedFeature.getProperties());
trackEvent(
'click',
'map',
Expand Down

0 comments on commit 7c78167

Please sign in to comment.