Browse Source

Remove unnecessary debug line

yomboprime 7 years ago
parent
commit
ecf087a8ca
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/js/loaders/SVGLoader.js

+ 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 ) {