diff --git a/tests/testCbrt.c b/tests/testCbrt.c
index ac21195e015158d10c8ad9c993f196b2f40c301e..bbfb869e82e84ddfb7a1820ff63b8ecbe54a70ad 100644
--- a/tests/testCbrt.c
+++ b/tests/testCbrt.c
@@ -67,11 +67,6 @@ int main(int argc, char *argv[]) {
           "failed for x = %.8e, exact = %.8e, ours = %.8e, err = %.3e, rel = "
           "%.3e",
           data[k], exact, ours, err_abs, err_rel);
-
-    /* if (err_abs * fabsf(exact)  > err_rel_tol) { */
-    /*   error("failed for x = %.8e, exact = %.8e, ours = %.8e, err = %.3e", */
-    /*         data[k], exact, ours, err_abs); */
-    /* } */
   }
 
   /* Second run to check the speed of the inverse cube root. */