Skip to content
Snippets Groups Projects
Commit e11a5978 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

deleted useless printf (trunk)

parent 6396cb33
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment