mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-12 19:15:57 +02:00
Removed straggling print
This commit is contained in:
parent
3f9b306c7f
commit
a3fc87fb23
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ selectionManager.addEventListener(function () {
|
|||
// Destroy the old particles web view first
|
||||
particleExplorerTool.destroyWebView();
|
||||
particleExplorerTool.createWebView();
|
||||
print("Particle Selected");
|
||||
var properties = Entities.getEntityProperties(selectedEntityID);
|
||||
var particleData = {
|
||||
messageType: "particle_settings",
|
||||
|
|
Loading…
Reference in a new issue