From 0ec82cf1ba02788f979ba7f2bcd364d207ef875b Mon Sep 17 00:00:00 2001 From: Bright Date: Fri, 31 Jan 2025 14:15:55 +0700 Subject: [PATCH] no message --- src/controllers/CommandController.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 1fbb3b25..2254124f 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -4341,7 +4341,6 @@ export class CommandController extends Controller { } //ขรก.ในระบบ หรือ ขรก.ในระบบที่สถานะพ้นจากราชการ else { - console.log("have keycloak..............") profile.roleKeycloaks = result && roleKeycloak ? [roleKeycloak] : []; profile.keycloak = userKeycloakId && typeof userKeycloakId === "string" ? userKeycloakId : ""; profile.isProbation = item.bodyProfile.isProbation;