Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Gupta authored and Rahul Gupta committed Oct 29, 2024
1 parent ebeb9c7 commit 1189d60
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ const AddLayerPanel = ({ onClose, isAddLayerPanelOpen }) => {
}, []);

const selectedCards = useMemo(() => {
console.log(selectedOption);
switch (selectedOption) {
case 'Custom Layers':
return customLayersData;
Expand Down

0 comments on commit 1189d60

Please sign in to comment.