mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-03 13:09:15 -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() {
|
||||
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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue