浏览代码

Merge pull request #11681 from Mugen87/collada3

ColladaLoader2: Remove debug message
Mr.doob 8 年之前
父节点
当前提交
b0bc6894dd
共有 1 个文件被更改,包括 0 次插入1 次删除
  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.
 						// ensure a correct animation of the model.
 
 
 						 boneInverse = new THREE.Matrix4();
 						 boneInverse = new THREE.Matrix4();
-						 console.warn( 'THREE.ColladaLoader: Missing data for bone: %s.', object.name );
 
 
 					}
 					}