diff --git a/examples/marketplace/dynamicLoader.js b/examples/marketplace/dynamicLoader.js index b40eaa9dba..bc7f4f5fb9 100644 --- a/examples/marketplace/dynamicLoader.js +++ b/examples/marketplace/dynamicLoader.js @@ -30,7 +30,6 @@ function createGrid() { var fbxUrls = urls.filter(function(url) { return url.indexOf('fbx') !== -1; }); - print(JSON.stringify(fbxUrls)); var modelParams = { type: "Model", @@ -78,4 +77,4 @@ function cleanup() { Entities.deleteEntity(model); } -Script.scriptEnding.connect(cleanup); \ No newline at end of file +Script.scriptEnding.connect(cleanup);