From c86c4fba0238a6dfd56cd8f28c5472387e2f5823 Mon Sep 17 00:00:00 2001 From: efarooqui Date: Tue, 6 Oct 2020 10:34:29 -0700 Subject: [PATCH] Removing commented out sections --- src/scss/map.scss | 2 -- src/store/initial.js | 1 - 2 files changed, 3 deletions(-) diff --git a/src/scss/map.scss b/src/scss/map.scss index 9d23009..bc33fc4 100644 --- a/src/scss/map.scss +++ b/src/scss/map.scss @@ -191,8 +191,6 @@ .cluster-event-marker { pointer-events: all !important; - // fill: $event_default; - // stroke-width: 0; &.red { fill: red; diff --git a/src/store/initial.js b/src/store/initial.js index b8080c4..7aa4090 100644 --- a/src/store/initial.js +++ b/src/store/initial.js @@ -11,7 +11,6 @@ const initial = { */ domain: { events: [], - // locations: [], categories: [], associations: [], sources: {},