summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/web2c/mplibdir/mpmathbinary.w1
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/mplibdir/mpmathbinary.w b/Build/source/texk/web2c/mplibdir/mpmathbinary.w
index a719d37129b..f0d134a58e1 100644
--- a/Build/source/texk/web2c/mplibdir/mpmathbinary.w
+++ b/Build/source/texk/web2c/mplibdir/mpmathbinary.w
@@ -1700,7 +1700,6 @@ static void mp_binary_m_unif_rand (MP mp, mp_number *ret, mp_number x_orig) {
ret->data.num, // mpfr_t op,
ROUNDING // mpfr_rnd_t rnd
);
- printf("\nret=%s e=%ld\n",r,e);
mpfr_free_str(r);
free_number (abs_x);
free_number (x);