mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
Removed unneccessary print
This commit is contained in:
parent
c2c1e607c0
commit
35f83afd09
1 changed files with 0 additions and 4 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue