mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
remove debug print
This commit is contained in:
parent
acd2caf26c
commit
efca6ecb1d
1 changed files with 0 additions and 1 deletions
|
@ -1695,7 +1695,6 @@ function MyController(hand) {
|
||||||
};
|
};
|
||||||
|
|
||||||
this.activateEntity = function(entityID, grabbedProperties, wasLoaded) {
|
this.activateEntity = function(entityID, grabbedProperties, wasLoaded) {
|
||||||
print("activating: " + entityID + " " + (this.hand === RIGHT_HAND ? "right" : "left"));
|
|
||||||
var grabbableData = getEntityCustomData(GRABBABLE_DATA_KEY, entityID, DEFAULT_GRABBABLE_DATA);
|
var grabbableData = getEntityCustomData(GRABBABLE_DATA_KEY, entityID, DEFAULT_GRABBABLE_DATA);
|
||||||
var data = getEntityCustomData(GRAB_USER_DATA_KEY, entityID, {});
|
var data = getEntityCustomData(GRAB_USER_DATA_KEY, entityID, {});
|
||||||
var now = Date.now();
|
var now = Date.now();
|
||||||
|
|
Loading…
Reference in a new issue