Skip to content

Commit af77e52

Browse files
authored
Merge pull request just-the-docs#102 from JoeNyland/patch-1
Remove unnecessary console.log()
2 parents 151691e + 839cf91 commit af77e52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/js/just-the-docs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ function initSearch() {
153153
function pageFocus() {
154154
var mainContent = document.querySelector('.js-main-content');
155155
mainContent.focus();
156-
console.log(mainContent)
157156
}
158157

159158

0 commit comments

Comments
 (0)