Browse Source

remove console in quaternion

simonThiele 9 years ago
parent
commit
72f72f4dc9
1 changed files with 0 additions and 3 deletions
  1. 0 3
      test/unit/math/Quaternion.js

+ 0 - 3
test/unit/math/Quaternion.js

@@ -334,9 +334,6 @@ function slerpTestSkeleton( doSlerp, maxError ) {
 	result = doSlerp( [ 0, D, 0, D ], [ 0, -D, 0, D ], 0.5 );
 	ok( result.equals( 0, 0, 0, 1 ), "W-Unit from diagonals" );
 	ok( isNormal( result ), "Approximately normal (W-Unit)" );
-
-	console.log( "maxNormError", maxNormError );
-
 }