Explorar o código

Update ColladaExporter.js

Remove `console.log()` statement.
Michael Herzog %!s(int64=3) %!d(string=hai) anos
pai
achega
d5310adcd0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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