Remove unnecessary log.
This commit is contained in:
parent
9237262ebd
commit
3143fb0c09
@ -100,7 +100,6 @@ OV.ImporterThreeBase = class extends OV.ImporterBase
|
|||||||
threeLoader.load (mainFileUrl,
|
threeLoader.load (mainFileUrl,
|
||||||
(object) => {
|
(object) => {
|
||||||
OV.WaitWhile (() => {
|
OV.WaitWhile (() => {
|
||||||
console.log ('wait');
|
|
||||||
if (isAllLoadersDone) {
|
if (isAllLoadersDone) {
|
||||||
this.OnThreeObjectsLoaded (object, onFinish);
|
this.OnThreeObjectsLoaded (object, onFinish);
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user