Skip to content

Commit

Permalink
fix: 删除 console
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoqc-max committed Feb 22, 2024
1 parent b3cd470 commit cb9baa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Control/SwipeControl/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const SwipeControl: React.FC<SwipeControlProps> = ({
? defaultLayers
.map((layerItem) => {
if (typeof layerItem === 'string') {
console.log(layerItem);
return fullLayerList.find((layer) => layer.id === layerItem);
}
if (!Object.prototype.hasOwnProperty.call(layerItem, 'isComposite')) {
Expand Down

0 comments on commit cb9baa9

Please sign in to comment.