1
0
mirror of https://github.com/thangisme/notes.git synced 2025-01-03 06:56:52 -05:00

Merge pull request #102 from JoeNyland/patch-1

Remove unnecessary console.log()
This commit is contained in:
Patrick Marsceill 2019-04-30 17:30:33 -07:00 committed by GitHub
commit af77e527d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,6 @@ function initSearch() {
function pageFocus() {
var mainContent = document.querySelector('.js-main-content');
mainContent.focus();
console.log(mainContent)
}