mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:10:40 +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",
|
||||
|
|
Loading…
Reference in a new issue