Skip to content

Commit

Permalink
Removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
Utkarsh Chaudhary committed Jul 16, 2024
1 parent 22e6ddf commit 8f84c27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/core/public/run-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ export default function runRules(context, options, resolve, reject) {
}

if (options.a11yEngineConfig && options.a11yEngineConfig.advancedRun) {
// do a11yEngine setup for iframe
console.log('>>> iframe detected, initiating setup ...');
a11yEngine.setup(options.a11yEngineConfig);
}

Expand Down

0 comments on commit 8f84c27

Please sign in to comment.