소스 검색

remove console log

Lewy Blue 7 년 전
부모
커밋
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 innerPropValue = props[ 4 ];
 
-			console.log( innerPropType1 )
-
 			// cast values where needed, otherwise leave as strings
 			switch ( innerPropType1 ) {