浏览代码

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

Ben Houston 12 年之前
父节点
当前提交
a685230753
共有 1 个文件被更改,包括 0 次插入1 次删除
  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