removed console log
This commit is contained in:
parent
ce2e75e814
commit
55fbe283a7
@ -289,7 +289,6 @@ class OperationsWaiter {
|
|||||||
*/
|
*/
|
||||||
onKeyPress() {
|
onKeyPress() {
|
||||||
let cat = document.getElementById("categories");
|
let cat = document.getElementById("categories");
|
||||||
console.log("cat=" , cat);
|
|
||||||
for(let i = 0; i < cat.children.length; i++){
|
for(let i = 0; i < cat.children.length; i++){
|
||||||
cat.children[i].addEventListener("keydown", this.keyboardEventHandler, false);
|
cat.children[i].addEventListener("keydown", this.keyboardEventHandler, false);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user