Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Aug 4, 2024
1 parent 39f9b58 commit 1e66420
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/js/a11y.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ function eraseCookie(name) {
el.addEventListener( 'focus', function() {
var bounds = el.getBoundingClientRect();
var toolbar = document.querySelector( '.a11y-toolbar' ).getBoundingClientRect();
console.log( { bounds, toolbar } );

var overlap = !(
bounds.top > toolbar.bottom ||
Expand Down
2 changes: 1 addition & 1 deletion src/js/a11y.min.js

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

0 comments on commit 1e66420

Please sign in to comment.