Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
avanslaars committed Mar 29, 2020
1 parent dbcb353 commit 4f8bb16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Expand Up @@ -37,7 +37,6 @@ const checkA11y = (
})
})
.then(violations => {
console.log('In violations then', { violations })
if (violations.length) {
if (violationCallback) {
violationCallback(violations)
Expand Down

0 comments on commit 4f8bb16

Please sign in to comment.