mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 13:49:23 +02:00
logging
This commit is contained in:
parent
d3980f18eb
commit
0dcb86db92
2 changed files with 3 additions and 2 deletions
|
@ -35,7 +35,8 @@
|
||||||
});
|
});
|
||||||
}, 1500)
|
}, 1500)
|
||||||
|
|
||||||
print('CREATED TRANSFORMER AT:: ' + transformer + "at :: " + JSON.stringify(transformerProps.position));
|
print('CREATED TRANSFORMER' + transformer);
|
||||||
|
print('at location: ' + JSON.stirngify(transformerProps.position))
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
|
@ -313,7 +313,7 @@
|
||||||
try {
|
try {
|
||||||
userData = JSON.parse(properties.userData);
|
userData = JSON.parse(properties.userData);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
print('error parsing json');
|
print('error parsing json in resetscript for: ' + properties.name);
|
||||||
print('properties are:' + properties.userData);
|
print('properties are:' + properties.userData);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue