remove console.log

This commit is contained in:
Danil Boldyrev 2023-06-12 22:21:42 +03:00
parent ee029a8cad
commit 9a2da597c5
1 changed files with 0 additions and 2 deletions

View File

@ -227,8 +227,6 @@ onUiLoaded(async() => {
hotkeysConfigOpts
);
console.log(hotkeysConfig);
let isMoving = false;
let mouseX, mouseY;
let activeElement;