mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:10:40 +02:00
prints
This commit is contained in:
parent
acae4df3c3
commit
151f948b26
1 changed files with 0 additions and 3 deletions
|
@ -270,8 +270,6 @@ GridTool = function(opts) {
|
|||
return;
|
||||
}
|
||||
|
||||
print("DBACKTEST webEventReceived " + data.type);
|
||||
|
||||
if (data.type == "init") {
|
||||
horizontalGrid.emitUpdate();
|
||||
} else if (data.type == "update") {
|
||||
|
@ -280,7 +278,6 @@ GridTool = function(opts) {
|
|||
listeners[i] && listeners[i](data);
|
||||
}
|
||||
} else if (data.type == "action") {
|
||||
print("DBACKTEST webEventReceived action " + data.action);
|
||||
var action = data.action;
|
||||
if (action == "moveToAvatar") {
|
||||
var position = MyAvatar.getJointPosition("LeftFoot");
|
||||
|
|
Loading…
Reference in a new issue