diff --git a/src/components/MapSelect.js b/src/components/MapSelect.js index 38a2eec..d38fa61 100644 --- a/src/components/MapSelect.js +++ b/src/components/MapSelect.js @@ -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); }} >