Removed unneccessary print

This commit is contained in:
Matti Lahtinen 2017-06-13 20:43:14 +03:00 committed by GitHub
parent c2c1e607c0
commit 35f83afd09

View file

@ -41,10 +41,6 @@ ParticleExplorerTool = function() {
data.updatedSettings.emitOrientation = Quat.fromVec3Degrees(data.updatedSettings.emitOrientation);
}
Entities.editEntity(that.activeParticleEntity, data.updatedSettings);
if ( data.updatedSettings.emitOrientation ) {
print('-settings-udate- ' + that.activeParticleEntity + ' - ' + JSON.stringify(data.updatedSettings));
}
}
}