Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumbobeaty committed Nov 21, 2024
1 parent 08bc870 commit 890d6a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/components/SelectionPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ type SelectionPanelProps = {
};

const SelectionPanel: FC<SelectionPanelProps> = ({ selectedLayer, selectedFeature }) => {
console.log("DEBUG: Selected layer", selectedLayer);

Check warning on line 16 in example/components/SelectionPanel/index.tsx

View workflow job for this annotation

GitHub Actions / Lint and Test

Delete `⏎`
const [open, setOpen] = useState(false);

Expand Down

0 comments on commit 890d6a4

Please sign in to comment.