Commit 163f0b2d authored by Michael Meskes's avatar Michael Meskes

Removed my debug printf() call from numeric.c

parent bdae05f5
...@@ -1338,7 +1338,6 @@ PGTYPESnumeric_from_long(signed long int long_val, numeric *var) ...@@ -1338,7 +1338,6 @@ PGTYPESnumeric_from_long(signed long int long_val, numeric *var)
signed long int extract; signed long int extract;
signed long int reach_limit; signed long int reach_limit;
printf("l=%ld\n", long_val);
if (abs_long_val < 0) if (abs_long_val < 0)
{ {
abs_long_val *= -1; abs_long_val *= -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment