This commit is contained in:
James B. Pollack 2016-03-27 13:23:18 -07:00
parent b3b58b561b
commit 81e14d1d1c
2 changed files with 4 additions and 2 deletions

View file

@ -35,5 +35,7 @@
}); });
}, 1500) }, 1500)
print('CREATED TRANSFORMER AT:: ' + doll + "at :: "JSON.stringify(transformerProps.position));
return this; return this;
} }

View file

@ -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')) {