From: Michael Meskes Date: Wed, 8 Oct 2003 08:28:57 +0000 (+0000) Subject: Removed my debug printf() call from numeric.c X-Git-Tag: REL7_4_BETA5~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=163f0b2d4826db11b63b85d5314777d0c99b038e;p=postgresql Removed my debug printf() call from numeric.c --- diff --git a/src/interfaces/ecpg/pgtypeslib/numeric.c b/src/interfaces/ecpg/pgtypeslib/numeric.c index 872d2e69e7..11793f06ea 100644 --- a/src/interfaces/ecpg/pgtypeslib/numeric.c +++ b/src/interfaces/ecpg/pgtypeslib/numeric.c @@ -1338,7 +1338,6 @@ PGTYPESnumeric_from_long(signed long int long_val, numeric *var) signed long int extract; signed long int reach_limit; - printf("l=%ld\n", long_val); if (abs_long_val < 0) { abs_long_val *= -1;