delete console

This commit is contained in:
kittapath 2024-09-03 15:00:15 +07:00
parent b469ccd25a
commit 28a457eaf9
4 changed files with 0 additions and 5 deletions

View file

@ -5,8 +5,6 @@ const KC_REALM = process.env.KC_REALM;
const KC_CLIENT_ID = process.env.KC_SERVICE_ACCOUNT_CLIENT_ID;
const KC_SECRET = process.env.KC_SERVICE_ACCOUNT_SECRET;
console.log(process.env.KC_URL);
let token: string | null = null;
let decoded: DecodedJwt | null = null;