Skip to content

Commit

Permalink
remove clog
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalshit27 committed Feb 5, 2025
1 parent a213556 commit ad849ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/auth0/handlers/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ad849ee

Please sign in to comment.