We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e6ddf commit 8f84c27Copy full SHA for 8f84c27
lib/core/public/run-rules.js
@@ -38,8 +38,6 @@ export default function runRules(context, options, resolve, reject) {
38
}
39
40
if (options.a11yEngineConfig && options.a11yEngineConfig.advancedRun) {
41
- // do a11yEngine setup for iframe
42
- console.log('>>> iframe detected, initiating setup ...');
43
a11yEngine.setup(options.a11yEngineConfig);
44
45
0 commit comments