浏览代码

remove debug comment.

Ben Houston 10 年之前
父节点
当前提交
63414e3323
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      examples/js/BlendCharacter.js

+ 1 - 3
examples/js/BlendCharacter.js

@@ -22,9 +22,7 @@ THREE.BlendCharacter = function () {
 
 			scope.mixer = new THREE.AnimationMixer( scope );
 
-			// Create the animations
-			console.log( geometry );
-			
+			// Create the animations		
 			for ( var i = 0; i < geometry.clips.length; ++ i ) {
 
 				var animName = geometry.clips[ i ].name;