diff --git a/src/components/Map/utils/geojsonOptions.js b/src/components/Map/utils/geojsonOptions.js index b23ca22..6fcf0ec 100644 --- a/src/components/Map/utils/geojsonOptions.js +++ b/src/components/Map/utils/geojsonOptions.js @@ -1,4 +1,3 @@ -import { generateHue } from "@/utils/color" import { squareMarker } from "../markers" import L from 'leaflet' @@ -19,7 +18,6 @@ export default ({ }, style: (feature) => { - console.log(feature.properties?.base?.type) if (feature.properties?.base?.type === 'AssertedDistribution') { return { color: 'rgb(var(--color-map-asserted))', diff --git a/src/modules/otus/components/Panel/PanelCitation/PanelCitationRow.vue b/src/modules/otus/components/Panel/PanelCitation/PanelCitationRow.vue index d804e1d..3586589 100644 --- a/src/modules/otus/components/Panel/PanelCitation/PanelCitationRow.vue +++ b/src/modules/otus/components/Panel/PanelCitation/PanelCitationRow.vue @@ -24,13 +24,10 @@