mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-18 06:37:12 +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)
|
||||
|
||||
print('CREATED TRANSFORMER AT:: ' + transformer + "at :: " + JSON.stringify(transformerProps.position));
|
||||
print('CREATED TRANSFORMER' + transformer);
|
||||
print('at location: ' + JSON.stirngify(transformerProps.position))
|
||||
|
||||
return this;
|
||||
}
|
|
@ -313,7 +313,7 @@
|
|||
try {
|
||||
userData = JSON.parse(properties.userData);
|
||||
} catch (err) {
|
||||
print('error parsing json');
|
||||
print('error parsing json in resetscript for: ' + properties.name);
|
||||
print('properties are:' + properties.userData);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue