2
0
Эх сурвалжийг харах

Remove unnecessary debug line

yomboprime 7 жил өмнө
parent
commit
ecf087a8ca

+ 0 - 2
examples/js/loaders/SVGLoader.js

@@ -771,8 +771,6 @@ THREE.SVGLoader.prototype = {
 			var scaleY = getTransformScaleY( currentTransform );
 
 			var subpath = new THREE.Path();
-			
-			console.warn( "AMEM: " + scaleX + ", " + scaleY );
 
 			if ( Math.abs( scaleX - scaleY ) > 0.00000001 ) {