소스 검색

Update ColladaExporter.js

Remove `console.log()` statement.
Michael Herzog 3 년 전
부모
커밋
d5310adcd0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      examples/jsm/exporters/ColladaExporter.js

+ 0 - 1
examples/jsm/exporters/ColladaExporter.js

@@ -148,7 +148,6 @@ class ColladaExporter {
 
 		function attrBufferToArray( attr, isColor = false ) {
 
-			console.log( attr, attr.count, isColor )
 			if ( isColor ) {
 
 				// convert the colors to srgb before export