From bf42f274402ee9d1d1b29446660e25fcab79e295 Mon Sep 17 00:00:00 2001 From: SeongHyun Kim Date: Thu, 26 Mar 2026 14:06:47 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20pop-icon.tsx=20=EB=94=94=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20console.log=202=EC=A4=84=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/lib/registry/pop-components/pop-icon.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/lib/registry/pop-components/pop-icon.tsx b/frontend/lib/registry/pop-components/pop-icon.tsx index 93cbe9ae..8f21a6ce 100644 --- a/frontend/lib/registry/pop-components/pop-icon.tsx +++ b/frontend/lib/registry/pop-components/pop-icon.tsx @@ -327,10 +327,8 @@ export function PopIconComponent({ if (pendingNavigate.mode === "screen") { const targetUrl = `/pop/screens/${pendingNavigate.target}`; - console.log("[PopIcon] 화면 이동:", { target: pendingNavigate.target, url: targetUrl }); window.location.href = targetUrl; } else if (pendingNavigate.mode === "url") { - console.log("[PopIcon] URL 이동:", pendingNavigate.target); window.location.href = pendingNavigate.target; }