diff --git a/src/pages/civitas/components/custom_multilayer_map.js b/src/pages/civitas/components/custom_multilayer_map.js index 4b836a45..d041355f 100644 --- a/src/pages/civitas/components/custom_multilayer_map.js +++ b/src/pages/civitas/components/custom_multilayer_map.js @@ -79,7 +79,7 @@ class CustomMultilayerMap extends React.Component { if (!mapInstance) return; if (this.props.showLayers) { - console.log("allLyaers", mapInstance.getStyle().layers); + // console.log("allLyaers", mapInstance.getStyle().layers); } for (let i = 0; i < layers.length; i++) { const layerDict = layers[i]; diff --git a/src/pages/civitas/story.js b/src/pages/civitas/story.js index 6d63a40d..75f1528f 100644 --- a/src/pages/civitas/story.js +++ b/src/pages/civitas/story.js @@ -41,7 +41,7 @@ export default function SubsidioSPPO() { }); }; const [chapterNumberMap, setChapterNumberMap] = useState("capa"); - console.log(chapterNumberMap); + // console.log(chapterNumberMap); useEffect(() => { switch (chapterNumberMap) { case "capa":