From 0fd72520a99cbcab459da90043529735e5568461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E6=96=B9=E6=B7=9E?= Date: Tue, 20 Aug 2024 13:27:35 +0200 Subject: [PATCH] Remove unecessary log in Region.tsx --- src/components/Region.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Region.tsx b/src/components/Region.tsx index da4642a..7a07806 100644 --- a/src/components/Region.tsx +++ b/src/components/Region.tsx @@ -73,7 +73,6 @@ export const Region = ({ if (!region) { region = regionPlug?.addRegion(props); } - console.log({ region }); if (!region) return;