Преглед изворни кода

Comment out a line for debug

Takahiro пре 8 година
родитељ
комит
183932a59a
1 измењених фајлова са 1 додато и 1 уклоњено
  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 );