瀏覽代碼

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