From e07055a642f2e7476d03474736f9190f2cbb8999 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Mon, 23 Jun 2025 10:06:43 +0700 Subject: [PATCH] no message --- src/app.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.config.ts b/src/app.config.ts index 56be5ac01..ba58b1b1f 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -151,7 +151,6 @@ const API = { const path = import.meta.env.VITE_MANUAL_URL ?? ""; const generatePopupPath = (routeName: any) => { - console.log("🚀 ~ generatePopupPath ~ routeName:", routeName); if (routeName.includes("metadata")) { return `${path}/chapter-2-admin-metadata`; } else if (routeName == "registryNew" || routeName == "registryNewByid") {