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:
parent
b44efbf1da
commit
839cf91428
@ -153,7 +153,6 @@ function initSearch() {
|
||||
function pageFocus() {
|
||||
var mainContent = document.querySelector('.js-main-content');
|
||||
mainContent.focus();
|
||||
console.log(mainContent)
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user