Skip to content

Commit 5b43cc0

Browse files
committed
Remove console.log
1 parent 11f3eb5 commit 5b43cc0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/skip-to.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export default {
3232
}, false)
3333
3434
if (location.hash && location.hash.substring(1)) {
35-
console.log(location.hash.substring(1))
3635
this.focusElement(location.hash.substring(1))
3736
}
3837
},
@@ -42,7 +41,6 @@ export default {
4241
let element = window.document.getElementById(id)
4342
if (element) {
4443
if (!/^(a|select|input|button|textarea)/i.test(element.tagName.toLowerCase())) {
45-
console.log('entrou')
4644
element.setAttribute('tabindex', -1)
4745
}
4846
element.focus()

0 commit comments

Comments
 (0)