Remove obsolete console.log
This commit is contained in:
parent
50d95bbfd7
commit
aa51815a04
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ export default class MoreScreen extends Combine {
|
|||
search.focus()
|
||||
}
|
||||
document.addEventListener("keydown", function (event) {
|
||||
console.log("Got a key event: ", event)
|
||||
if (event.ctrlKey && event.code === "KeyF") {
|
||||
search.focus()
|
||||
event.preventDefault();
|
||||
|
|
Loading…
Reference in a new issue