From e90b9cf4d4176f192abd0b479ce03b964a4715ab Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Mon, 25 Nov 2024 18:08:42 +0800 Subject: [PATCH] fix: remove dev code --- app/(main)/ClientComponents/Global.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/(main)/ClientComponents/Global.tsx b/app/(main)/ClientComponents/Global.tsx index e257f4b40..1982db0cc 100644 --- a/app/(main)/ClientComponents/Global.tsx +++ b/app/(main)/ClientComponents/Global.tsx @@ -20,10 +20,6 @@ export default async function ServerGlobal() { } }); - countrytList.push("TW"); - countrytList.push("SG"); - countrytList.push("RU"); - const width = 900; const height = 500;