Browse Source

Merge pull request #11681 from Mugen87/collada3

ColladaLoader2: Remove debug message
Mr.doob 8 years ago
parent
commit
b0bc6894dd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/js/loaders/ColladaLoader2.js

+ 0 - 1
examples/js/loaders/ColladaLoader2.js

@@ -2901,7 +2901,6 @@ THREE.ColladaLoader.prototype = {
 						// ensure a correct animation of the model.
 
 						 boneInverse = new THREE.Matrix4();
-						 console.warn( 'THREE.ColladaLoader: Missing data for bone: %s.', object.name );
 
 					}