mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
logging
This commit is contained in:
parent
b3b58b561b
commit
81e14d1d1c
2 changed files with 4 additions and 2 deletions
|
@ -35,5 +35,7 @@
|
|||
});
|
||||
}, 1500)
|
||||
|
||||
print('CREATED TRANSFORMER AT:: ' + doll + "at :: "JSON.stringify(transformerProps.position));
|
||||
|
||||
return this;
|
||||
}
|
|
@ -313,8 +313,8 @@
|
|||
try {
|
||||
userData = JSON.parse(properties.userData);
|
||||
} catch (err) {
|
||||
// print('error parsing json');
|
||||
// print('properties are:' + properties.userData);
|
||||
print('error parsing json');
|
||||
print('properties are:' + properties.userData);
|
||||
return;
|
||||
}
|
||||
if (userData.hasOwnProperty('hifiHomeKey')) {
|
||||
|
|
Loading…
Reference in a new issue