remove debug printing
This commit is contained in:
@@ -39,7 +39,6 @@ KeyboardInputManager.prototype.listen = function () {
|
||||
event.shiftKey;
|
||||
var mapped = map[event.which];
|
||||
|
||||
console.log(event);
|
||||
if (!modifiers) {
|
||||
if (mapped !== undefined) {
|
||||
event.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user