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;