From 35f83afd09bb55d93b69625e55ba29cf3611cba4 Mon Sep 17 00:00:00 2001 From: Matti Lahtinen Date: Tue, 13 Jun 2017 20:43:14 +0300 Subject: [PATCH] Removed unneccessary print --- scripts/system/particle_explorer/particleExplorerTool.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/system/particle_explorer/particleExplorerTool.js b/scripts/system/particle_explorer/particleExplorerTool.js index 0603583e2b..d85fc169b1 100644 --- a/scripts/system/particle_explorer/particleExplorerTool.js +++ b/scripts/system/particle_explorer/particleExplorerTool.js @@ -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)); - } } }