cleanup logging

This commit is contained in:
James B. Pollack 2015-12-07 12:20:06 -08:00
parent e9f21b4dba
commit 27ce0a36d3

View file

@ -86,10 +86,8 @@
},
startNearGrab: function(entityID) {
print('id on grab',entityID)
if (!this.hasSpotlight) {
print('CREATING LIGHTS', this.entityID)
var modelProperties = Entities.getEntityProperties(this.entityID, ['position', 'rotation']);
var lightTransform = evalLightWorldTransform(modelProperties.position, modelProperties.rotation);
var glowLightTransform = glowLightWorldTransform(modelProperties.position, modelProperties.rotation);