mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 06:57:12 -04:00
removed console log
This commit is contained in:
parent
ce2e75e814
commit
55fbe283a7
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue