mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 10:49:33 +02:00
Remove extra print statement
This commit is contained in:
parent
a775476cfa
commit
09af7ed10f
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ CameraManager = function() {
|
||||||
if (Camera.mode == "independent" || that.enabled) return;
|
if (Camera.mode == "independent" || that.enabled) return;
|
||||||
|
|
||||||
for (var i = 0; i < CAPTURED_KEYS.length; i++) {
|
for (var i = 0; i < CAPTURED_KEYS.length; i++) {
|
||||||
print("capturing: " + CAPTURED_KEYS[i]);
|
|
||||||
Controller.captureKeyEvents({ text: CAPTURED_KEYS[i] });
|
Controller.captureKeyEvents({ text: CAPTURED_KEYS[i] });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue