summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Meskes2003-10-08 08:28:57 +0000
committerMichael Meskes2003-10-08 08:28:57 +0000
commit163f0b2d4826db11b63b85d5314777d0c99b038e (patch)
treea651aa7734406c6f4195f835e4ec0463ddf565f0 /src
parentbdae05f5d106e215ca84857478716b6ae1cbf967 (diff)
Removed my debug printf() call from numeric.c
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/ecpg/pgtypeslib/numeric.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/pgtypeslib/numeric.c b/src/interfaces/ecpg/pgtypeslib/numeric.c
index 872d2e69e77..11793f06ea1 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;