]> git.proxmox.com Git - mirror_novnc.git/blobdiff - core/input/keyboard.js
Remove console statements
[mirror_novnc.git] / core / input / keyboard.js
index 464d1ce8c49c441bd81b867950450c8cf64448b0..1bf1a38677e13698edd6ba9f17f9879244bd8f08 100644 (file)
@@ -227,7 +227,7 @@ Keyboard.prototype = {
         this._pendingKey = null;
 
         if (!keysym) {
-            console.log('keypress with no keysym:', e);
+            Log.Info('keypress with no keysym:', e);
             return;
         }