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 ();