removed console log

This commit is contained in:
j264415 2024-02-19 11:09:52 +00:00
parent ce2e75e814
commit 55fbe283a7

View file

@ -289,7 +289,6 @@ class OperationsWaiter {
*/
onKeyPress() {
let cat = document.getElementById("categories");
console.log("cat=" , cat);
for(let i = 0; i < cat.children.length; i++){
cat.children[i].addEventListener("keydown", this.keyboardEventHandler, false);
};