diff --git a/src/app.config.ts b/src/app.config.ts index 02d34a016..caafe4606 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -147,7 +147,6 @@ const path = "https://bma-ehr-manual.frappet.synology.me"; const generatePopupPath = (routeName: any) => { - console.log("🚀 ~ generatePopupPath ~ routeName:", routeName); if (routeName.includes("metadata")) { return `${path}/manual/chapter-2-admin-metadata`; } else if (routeName.includes("registryNew")) { @@ -162,7 +161,6 @@ const generatePopupPath = (routeName: any) => { return `${path}/manual/chapter-4-admin-acting`; } else if (routeName.includes("positionEmployee")) { return `${path}/manual/chapter-5-admin-position-employee`; - } else if (routeName == "retirement") { return `${path}/manual/chapter-11-admin-retirement`; } else if (routeName == "resign") { @@ -175,7 +173,6 @@ const generatePopupPath = (routeName: any) => { return `${path}/manual/chapter-11-5-admin-retirement`; } else if (routeName == "dismiss-order") { return `${path}/manual/chapter-11-6-admin-retirement`; - } else if (routeName.includes("disciplineComplaints")) { return `${path}/manual/chapter-14-admin-discipline-complaints`; } else if (routeName.includes("disciplineInvestigatefacts")) {