chore: pop-icon.tsx 디버그 console.log 2줄 제거
This commit is contained in:
parent
8db6b4984b
commit
bf42f27440
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue