From: Mattias Wadman Date: Sun, 11 Oct 2009 16:56:59 +0000 (+0000) Subject: Remove debug printf X-Git-Tag: 2.12~469 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b7e29c33ad1928efe44934db2d496562db8b0c3;p=thirdparty%2Ftvheadend.git Remove debug printf --- diff --git a/src/htsmsg_json.c b/src/htsmsg_json.c index 0c2a79a1d..e1fc39415 100644 --- a/src/htsmsg_json.c +++ b/src/htsmsg_json.c @@ -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) {