Browse Source

remove stray console.log() from Line3 unit test.

Ben Houston 12 years ago
parent
commit
a685230753
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test/unit/math/Line3.js

+ 0 - 1
test/unit/math/Line3.js

@@ -55,7 +55,6 @@ test( "closestPointToPoint/closestPointToPointParameter", function() {
 	// nearby the ray
 	ok( a.closestPointToPointParameter( zero3.clone(), false ) == -1, "Passed!" );
 	var b2 = a.closestPointToPoint( zero3.clone(), false );
-	console.log( b2 );
 	ok( b2.distanceTo( new THREE.Vector3( 1, 1, 0 ) ) < 0.0001, "Passed!" );
 
 	// nearby the ray