ソースを参照

remove console log

Lewy Blue 8 年 前
コミット
b0c0e588b2
1 ファイル変更0 行追加2 行削除
  1. 0 2
      examples/js/loaders/FBXLoader.js

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

@@ -2791,8 +2791,6 @@
 			var innerPropFlag = props[ 3 ];
 			var innerPropFlag = props[ 3 ];
 			var innerPropValue = props[ 4 ];
 			var innerPropValue = props[ 4 ];
 
 
-			console.log( innerPropType1 )
-
 			// cast values where needed, otherwise leave as strings
 			// cast values where needed, otherwise leave as strings
 			switch ( innerPropType1 ) {
 			switch ( innerPropType1 ) {
 
 

粤ICP备19079148号