summaryrefslogtreecommitdiff
path: root/exp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'exp2.c')
-rw-r--r--exp2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/exp2.c b/exp2.c
index af61906dc..500fda0fc 100644
--- a/exp2.c
+++ b/exp2.c
@@ -155,7 +155,6 @@ mpfr_exp2(y, x, rnd_mode)
l = mpfr_can_round(s, q-K, GMP_RNDU, rnd_mode, precy);
if (l==0) {
-printf("not enough precision\n");
#ifdef DEBUG
printf("not enough precision, use %d\n", q+BITS_PER_MP_LIMB);
printf("q=%d q-K=%d precy=%d\n",q,q-K,precy);