mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 07:56:25 +02:00
removed some console noise
This commit is contained in:
parent
e53b38e497
commit
1d5afba1fa
1 changed files with 0 additions and 2 deletions
|
@ -113,7 +113,6 @@ keyboard.onKeyPress = function(event) {
|
|||
};
|
||||
|
||||
keyboard.onKeyRelease = function(event) {
|
||||
print("Key release event test");
|
||||
// you can cancel a key by releasing its focusing before releasing it
|
||||
if (event.focus) {
|
||||
if (event.event == 'delete') {
|
||||
|
@ -191,7 +190,6 @@ function scriptEnding() {
|
|||
}
|
||||
|
||||
function reportButtonValue(button, newValue, oldValue) {
|
||||
print(button);
|
||||
if (theInstruction.visible) {
|
||||
if (button == Joysticks.BUTTON_FACE_BOTTOM && newValue) {
|
||||
theInstruction.remove();
|
||||
|
|
Loading…
Reference in a new issue