Remove unnecessary log.
This commit is contained in:
parent
3bbae2cf68
commit
d402b7f531
@ -476,7 +476,6 @@ OV.ImporterGltf = class extends OV.ImporterBase
|
|||||||
|
|
||||||
ProcessMainFile (gltf)
|
ProcessMainFile (gltf)
|
||||||
{
|
{
|
||||||
console.log (gltf);
|
|
||||||
let unsupportedExtensions = this.gltfExtensions.GetUnsupportedExtensions (gltf.extensionsRequired);
|
let unsupportedExtensions = this.gltfExtensions.GetUnsupportedExtensions (gltf.extensionsRequired);
|
||||||
if (unsupportedExtensions.length > 0) {
|
if (unsupportedExtensions.length > 0) {
|
||||||
this.SetError ();
|
this.SetError ();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user