Przeglądaj źródła

Comment out a line for debug

Takahiro 8 lat temu
rodzic
commit
183932a59a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/js/loaders/FBXLoader2.js

+ 1 - 1
examples/js/loaders/FBXLoader2.js

@@ -118,7 +118,7 @@
 
 			}
 
-			console.log( FBXTree );
+			// console.log( FBXTree );
 
 			var connections = parseConnections( FBXTree );
 			var images = parseImages( FBXTree );