Skip to content

Commit

Permalink
Remove unecessary log in Region.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
longfangsong authored Aug 20, 2024
1 parent 542c5d3 commit 0fd7252
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Region.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const Region = ({
if (!region) {
region = regionPlug?.addRegion(props);
}
console.log({ region });

if (!region) return;

Expand Down

0 comments on commit 0fd7252

Please sign in to comment.