Explorar o código

remove debug comment.

Ben Houston %!s(int64=10) %!d(string=hai) anos
pai
achega
63414e3323
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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;