Преглед на файлове

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