From 3143fb0c09b3d40f36cc22e0c8dade06abf95694 Mon Sep 17 00:00:00 2001 From: kovacsv Date: Mon, 27 Dec 2021 20:37:02 +0100 Subject: [PATCH] Remove unnecessary log. --- source/import/importerthree.js | 1 - 1 file changed, 1 deletion(-) 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;