1
0
mirror of https://github.com/thangisme/notes.git synced 2024-12-22 08:56:43 -05:00

Remove unnecessary console.log()

This commit is contained in:
Joe Nyland 2019-03-15 08:20:21 +00:00 committed by GitHub
parent b44efbf1da
commit 839cf91428
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)
}