summaryrefslogtreecommitdiff
path: root/client/map/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/index.js')
-rw-r--r--client/map/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/index.js b/client/map/index.js
index af1c504e..0241cb51 100644
--- a/client/map/index.js
+++ b/client/map/index.js
@@ -137,7 +137,7 @@ class Map {
const typeClass = type.substr(0, 3)
const el = document.querySelector('.map-legend .' + typeClass)
el.addEventListener('click', () => {
- console.log(el)
+ // console.log(el)
this.filterMarkers(el, type)
})
})