From e16961c958244368a7dfe06a5f06565f2129bd83 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Tue, 10 Mar 2015 12:36:31 -0700 Subject: [PATCH] removed dead code --- examples/editEntities.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/editEntities.js b/examples/editEntities.js index e97fee583a..9568f4207f 100644 --- a/examples/editEntities.js +++ b/examples/editEntities.js @@ -801,7 +801,6 @@ function handeMenuEvent(menuItem) { var importURL; if (menuItem == "Import Entities") { importURL = Window.browse("Select models to import", "", "*.svo"); - //importURL = "file://" + filename; } else { importURL = Window.prompt("URL of SVO to import", ""); }