From d402b7f531eb730cf2de232f8784adbd70116f9a Mon Sep 17 00:00:00 2001 From: kovacsv Date: Wed, 16 Jun 2021 21:56:24 +0200 Subject: [PATCH] Remove unnecessary log. --- source/import/importergltf.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/import/importergltf.js b/source/import/importergltf.js index 862f3b1..13c2aac 100644 --- a/source/import/importergltf.js +++ b/source/import/importergltf.js @@ -476,7 +476,6 @@ OV.ImporterGltf = class extends OV.ImporterBase ProcessMainFile (gltf) { - console.log (gltf); let unsupportedExtensions = this.gltfExtensions.GetUnsupportedExtensions (gltf.extensionsRequired); if (unsupportedExtensions.length > 0) { this.SetError ();