From 3324e3472dcf5398350ba2dcd469207b8ceddd53 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 3 Jun 2010 00:54:10 -0400 Subject: Removed some debug code --- src/amount.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/amount.cc b/src/amount.cc index 9b7c3676..3bc6c871 100644 --- a/src/amount.cc +++ b/src/amount.cc @@ -149,10 +149,6 @@ namespace { mpfr_set_prec(tempfb, num_prec + den_prec); mpfr_div(tempfb, tempfnum, tempfden, GMP_RNDN); - char bigbuf[4096]; - mpfr_sprintf(bigbuf, "%.RNf", tempfb); - DEBUG("amount.convert", "num/den = " << bigbuf); - if (mpfr_asprintf(&buf, "%.*RNf", precision, tempfb) < 0) throw_(amount_error, _("Cannot output amount to a floating-point representation")); -- cgit v1.2.3