diff --git a/src/components/Control/SwipeControl/index.tsx b/src/components/Control/SwipeControl/index.tsx index dc52d61f..dc00f147 100644 --- a/src/components/Control/SwipeControl/index.tsx +++ b/src/components/Control/SwipeControl/index.tsx @@ -30,7 +30,6 @@ export const SwipeControl: React.FC = ({ ? defaultLayers .map((layerItem) => { if (typeof layerItem === 'string') { - console.log(layerItem); return fullLayerList.find((layer) => layer.id === layerItem); } if (!Object.prototype.hasOwnProperty.call(layerItem, 'isComposite')) {