Explorar el Código

remove console in quaternion

simonThiele hace 9 años
padre
commit
72f72f4dc9
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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 );
-
 }