mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
prints
This commit is contained in:
parent
acae4df3c3
commit
151f948b26
1 changed files with 0 additions and 3 deletions
|
@ -269,8 +269,6 @@ GridTool = function(opts) {
|
|||
print("gridTool.js: Error parsing JSON: " + e.name + " data " + data);
|
||||
return;
|
||||
}
|
||||
|
||||
print("DBACKTEST webEventReceived " + data.type);
|
||||
|
||||
if (data.type == "init") {
|
||||
horizontalGrid.emitUpdate();
|
||||
|
@ -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