Skip to content

Commit 8f84c27

Browse files
committed
Removed console
1 parent 22e6ddf commit 8f84c27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/core/public/run-rules.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ export default function runRules(context, options, resolve, reject) {
3838
}
3939

4040
if (options.a11yEngineConfig && options.a11yEngineConfig.advancedRun) {
41-
// do a11yEngine setup for iframe
42-
console.log('>>> iframe detected, initiating setup ...');
4341
a11yEngine.setup(options.a11yEngineConfig);
4442
}
4543

0 commit comments

Comments
 (0)