From b47c48dbeb62e81f319b9efb100406f9206cc448 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 28 Sep 2014 19:55:22 -0700 Subject: [PATCH] GUAC-862: Remove debug logging. --- guacamole-common-js/src/main/webapp/modules/Keyboard.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/guacamole-common-js/src/main/webapp/modules/Keyboard.js b/guacamole-common-js/src/main/webapp/modules/Keyboard.js index 587d3640f..06d23089b 100644 --- a/guacamole-common-js/src/main/webapp/modules/Keyboard.js +++ b/guacamole-common-js/src/main/webapp/modules/Keyboard.js @@ -863,7 +863,6 @@ Guacamole.Keyboard = function(element) { } // If keypress cannot be identified, then drop - console.log("Warning: Key press was dropped as unidentifiable.", first); return eventLog.shift(); } @@ -888,7 +887,6 @@ Guacamole.Keyboard = function(element) { } // Drop if keyup cannot be narrowed to a specific key - console.log("Warning: Key release was dropped as ambiguous.", first); return eventLog.shift(); }