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) {