mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-862: Remove debug logging.
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user