mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:09:52 +02:00
Remove unneeded print messages
This commit is contained in:
parent
dec89ba96f
commit
5b4b78043a
1 changed files with 0 additions and 2 deletions
|
@ -80,7 +80,6 @@ function touchBeginEvent(event) {
|
||||||
yawFromTouch = 0;
|
yawFromTouch = 0;
|
||||||
pitchFromTouch = 0;
|
pitchFromTouch = 0;
|
||||||
startedTouching = true;
|
startedTouching = true;
|
||||||
print("TOUCH BEGIN");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function touchEndEvent(event) {
|
function touchEndEvent(event) {
|
||||||
|
@ -88,7 +87,6 @@ function touchEndEvent(event) {
|
||||||
print("touchEndEvent event.x,y=" + event.x + ", " + event.y);
|
print("touchEndEvent event.x,y=" + event.x + ", " + event.y);
|
||||||
}
|
}
|
||||||
startedTouching = false;
|
startedTouching = false;
|
||||||
print("TOUCH END");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function touchUpdateEvent(event) {
|
function touchUpdateEvent(event) {
|
||||||
|
|
Loading…
Reference in a new issue