Remove `console.log()` statement.
@@ -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