removed some console noise

This commit is contained in:
Thijs Wenker 2015-02-09 18:40:36 +01:00
parent e53b38e497
commit 1d5afba1fa

View file

@ -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();