Removed logging line

This commit is contained in:
Eric Levin 2015-11-10 17:07:55 -08:00
parent 0aefb8747f
commit c2fe937a5c

View file

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