Remove unnecessary log.

This commit is contained in:
kovacsv 2021-12-27 20:37:02 +01:00
parent 9237262ebd
commit 3143fb0c09

View File

@ -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;