Skip to content

Commit

Permalink
Removed an unwanted console.log(..)
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Apr 1, 2016
1 parent 2e2b0ee commit 3acd379
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion a11y-toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

while (el) {
if (el.nodeType === 1 && el[matches](selector)) {
console.log(el);
return el;
}

Expand Down
2 changes: 1 addition & 1 deletion a11y-toggle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion example/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

while (el) {
if (el.nodeType === 1 && el[matches](selector)) {
console.log(el);
return el;
}

Expand Down

0 comments on commit 3acd379

Please sign in to comment.