提交 e4476b44 编写于 作者: G Gabriele Cirulli

remove debug printing

上级 c0ca375c
...@@ -39,7 +39,6 @@ KeyboardInputManager.prototype.listen = function () { ...@@ -39,7 +39,6 @@ KeyboardInputManager.prototype.listen = function () {
event.shiftKey; event.shiftKey;
var mapped = map[event.which]; var mapped = map[event.which];
console.log(event);
if (!modifiers) { if (!modifiers) {
if (mapped !== undefined) { if (mapped !== undefined) {
event.preventDefault(); event.preventDefault();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册