From ad849eed96875bb7920f5dc355c30a4982186404 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:02:57 +0530 Subject: [PATCH] remove clog --- src/tools/auth0/handlers/prompts.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/auth0/handlers/prompts.ts b/src/tools/auth0/handlers/prompts.ts index dbb91aa9..d832faa5 100644 --- a/src/tools/auth0/handlers/prompts.ts +++ b/src/tools/auth0/handlers/prompts.ts @@ -533,7 +533,6 @@ export default class PromptsHandler extends DefaultHandler { const includeExperimentalEA = this.config('AUTH0_EXPERIMENTAL_EA') || false; - console.log('CLOG: includeExperimentalEA', includeExperimentalEA); if (includeExperimentalEA) { // Update screen renderers await this.updateScreenRenderers(screenRenderers);