diff --git a/js/io/formats/gltf.js b/js/io/formats/gltf.js index 9520df24..857f64d9 100644 --- a/js/io/formats/gltf.js +++ b/js/io/formats/gltf.js @@ -334,7 +334,6 @@ var codec = new Codec('gltf', { Outliner.root.forEach(node => { if (node instanceof Group) { let armature = buildSkinnedMesh(node, options.scale); - console.log(armature) gl_scene.add(armature); } else { gl_scene.add(node.mesh);