summaryrefslogtreecommitdiff
path: root/wwwroot/js/keyboard.js
diff options
context:
space:
mode:
Diffstat (limited to 'wwwroot/js/keyboard.js')
-rw-r--r--wwwroot/js/keyboard.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/wwwroot/js/keyboard.js b/wwwroot/js/keyboard.js
index 6ba9f9f..8086418 100644
--- a/wwwroot/js/keyboard.js
+++ b/wwwroot/js/keyboard.js
@@ -20,7 +20,6 @@ async function keyDownHandler(e) {
.find(d => d.element == element)
.dialogObject
.invokeMethodAsync('KeyHandler', e.key);
- console.log('lmao');
e.preventDefault();
return;
}
@@ -32,7 +31,6 @@ async function keyDownHandler(e) {
if(button) {
button.click();
- console.log('lmao2');
e.preventDefault();
return;
}