Skip to content
Snippets Groups Projects
Unverified Commit af77e527 authored by Patrick Marsceill's avatar Patrick Marsceill Committed by GitHub
Browse files

Merge pull request #102 from JoeNyland/patch-1

Remove unnecessary console.log()
parents 151691eb 839cf914
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,6 @@ function initSearch() { ...@@ -153,7 +153,6 @@ function initSearch() {
function pageFocus() { function pageFocus() {
var mainContent = document.querySelector('.js-main-content'); var mainContent = document.querySelector('.js-main-content');
mainContent.focus(); mainContent.focus();
console.log(mainContent)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment