From 1c4b1f93b3fe638364b3a19e9eedeea34bac4643 Mon Sep 17 00:00:00 2001 From: Franzz Date: Mon, 27 Sep 2021 19:37:12 +0200 Subject: [PATCH] Remove console logs --- masks/chat.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/masks/chat.html b/masks/chat.html index bed9ea7..8faca94 100755 --- a/masks/chat.html +++ b/masks/chat.html @@ -607,7 +607,7 @@ function postMessage(sMsg) function keyController(e, elem) { - let $This = $(elem || this); console.log($This); + let $This = $(elem || this); let sType = $This.is('input')?'input':'regular'; if(e.keyCode != 9) databap.tmp('tab_info', {}); //See case 9, tab switch(e.keyCode) @@ -1073,7 +1073,6 @@ function onMessageEditClick() if(e.keyCode == 9) { e.preventDefault(); keyController(e, this); - console.log('shoot'); } }) .on('focusout keydown', function(e) {