Browse Source

Removed log statements

Lewy Blue 8 năm trước cách đây
mục cha
commit
70605744ec
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      examples/js/loaders/FBXLoader.js

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

@@ -112,7 +112,7 @@
 
 			}
 
-			console.log( FBXTree );
+			// console.log( FBXTree );
 
 			var connections = parseConnections( FBXTree );
 			var images = parseImages( FBXTree );
@@ -1481,7 +1481,7 @@
 
 						} else {
 
-							console.log( lightAttribute );
+							// console.log( lightAttribute );
 
 							var type;