Remove debug printf
This commit is contained in:
parent
491fd0356d
commit
9b7e29c33a
1 changed files with 0 additions and 1 deletions
|
@ -357,7 +357,6 @@ _strntod(const char *s, char decimal_point_char, char **ep)
|
|||
|
||||
strncpy(buf, s, c - s);
|
||||
buf[c - s] = '\0';
|
||||
printf("s='%s' buf=%s\n", s, buf);
|
||||
|
||||
/* replace if specified char is not same as current locale */
|
||||
if(decimal_point_char != locale_decimal_point_char) {
|
||||
|
|
Loading…
Add table
Reference in a new issue