diff --git a/scripts/system/libraries/gridTool.js b/scripts/system/libraries/gridTool.js index 1268117d93..669083a545 100644 --- a/scripts/system/libraries/gridTool.js +++ b/scripts/system/libraries/gridTool.js @@ -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");