mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +02: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)
|
}, 1500)
|
||||||
|
|
||||||
|
print('CREATED TRANSFORMER AT:: ' + doll + "at :: "JSON.stringify(transformerProps.position));
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
|
@ -313,8 +313,8 @@
|
||||||
try {
|
try {
|
||||||
userData = JSON.parse(properties.userData);
|
userData = JSON.parse(properties.userData);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
// print('error parsing json');
|
print('error parsing json');
|
||||||
// print('properties are:' + properties.userData);
|
print('properties are:' + properties.userData);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (userData.hasOwnProperty('hifiHomeKey')) {
|
if (userData.hasOwnProperty('hifiHomeKey')) {
|
||||||
|
|
Loading…
Reference in a new issue