Skip to content

Commit

Permalink
Not a good metric
Browse files Browse the repository at this point in the history
  • Loading branch information
vortex1942 committed Oct 2, 2024
1 parent 39ab722 commit 715b58b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/MapSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ const MapSelect = props => {
onChange={e => {
let val = e.target.value;

// Send event to Google Analytics so I can build a cool graph
window.gtag && window.gtag('event', 'map_change', {
"newMap": val
});

return selectMap(val);
}}
>
Expand Down

0 comments on commit 715b58b

Please sign in to comment.