mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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) {
|
||||
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);
|
||||
Script.scriptEnding.connect(cleanup);
|
||||
|
|
Loading…
Reference in a new issue