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,
|
||||
(object) => {
|
||||
OV.WaitWhile (() => {
|
||||
console.log ('wait');
|
||||
if (isAllLoadersDone) {
|
||||
this.OnThreeObjectsLoaded (object, onFinish);
|
||||
return false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user