Remove unnecessary log.

This commit is contained in:
kovacsv 2021-06-16 21:56:24 +02:00
parent 3bbae2cf68
commit d402b7f531

View File

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