mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:48:09 +02:00
Removed logging line
This commit is contained in:
parent
0aefb8747f
commit
c2fe937a5c
1 changed files with 1 additions and 2 deletions
|
@ -30,7 +30,6 @@ function createGrid() {
|
||||||
var fbxUrls = urls.filter(function(url) {
|
var fbxUrls = urls.filter(function(url) {
|
||||||
return url.indexOf('fbx') !== -1;
|
return url.indexOf('fbx') !== -1;
|
||||||
});
|
});
|
||||||
print(JSON.stringify(fbxUrls));
|
|
||||||
|
|
||||||
var modelParams = {
|
var modelParams = {
|
||||||
type: "Model",
|
type: "Model",
|
||||||
|
@ -78,4 +77,4 @@ function cleanup() {
|
||||||
Entities.deleteEntity(model);
|
Entities.deleteEntity(model);
|
||||||
}
|
}
|
||||||
|
|
||||||
Script.scriptEnding.connect(cleanup);
|
Script.scriptEnding.connect(cleanup);
|
||||||
|
|
Loading…
Reference in a new issue