diff --git a/src/editor/components/components/AddLayerPanel/AddLayerPanel.component.jsx b/src/editor/components/components/AddLayerPanel/AddLayerPanel.component.jsx index a238adbf..5719e598 100644 --- a/src/editor/components/components/AddLayerPanel/AddLayerPanel.component.jsx +++ b/src/editor/components/components/AddLayerPanel/AddLayerPanel.component.jsx @@ -280,7 +280,6 @@ const AddLayerPanel = ({ onClose, isAddLayerPanelOpen }) => { }, []); const selectedCards = useMemo(() => { - console.log(selectedOption); switch (selectedOption) { case 'Custom Layers': return customLayersData;