remove debug printing

This commit is contained in:
Gabriele Cirulli
2014-03-10 20:45:43 +01:00
parent c0ca375c3a
commit e4476b44e0
-1
View File
@@ -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();