From e1805d569e21200a140c5e2e4ca35cb633c9c2c9 Mon Sep 17 00:00:00 2001 From: JannisX11 Date: Wed, 29 May 2024 22:53:46 +0200 Subject: [PATCH] v4.10.2 [ci-build] --- js/io/formats/gltf.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/io/formats/gltf.js b/js/io/formats/gltf.js index 9520df24c..857f64d97 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);