Explorar o código

removed comments

Lewy Blue %!s(int64=7) %!d(string=hai) anos
pai
achega
64e0262377
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      examples/js/loaders/FBXLoader.js

+ 1 - 2
examples/js/loaders/FBXLoader.js

@@ -97,7 +97,7 @@
 
 			}
 
-			console.log( FBXTree );
+			// console.log( FBXTree );
 
 			var connections = parseConnections( FBXTree );
 			var images = parseImages( FBXTree );
@@ -424,7 +424,6 @@
 	// Also parse the texture map and return any textures associated with the material
 	function parseParameters( FBXTree, properties, textureMap, ID, connections ) {
 
-		console.log( properties)
 		var parameters = {};
 
 		if ( properties.BumpFactor ) {