Removed straggling print

This commit is contained in:
Menithal 2017-05-24 21:27:47 +03:00
parent 3f9b306c7f
commit a3fc87fb23

View file

@ -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",