diff --git a/source/import/importerthree.js b/source/import/importerthree.js index 0bb2e4b..b514117 100644 --- a/source/import/importerthree.js +++ b/source/import/importerthree.js @@ -100,7 +100,6 @@ OV.ImporterThreeBase = class extends OV.ImporterBase threeLoader.load (mainFileUrl, (object) => { OV.WaitWhile (() => { - console.log ('wait'); if (isAllLoadersDone) { this.OnThreeObjectsLoaded (object, onFinish); return false;