]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Remove debug printf
authorMattias Wadman <mattias.wadman@gmail.com>
Sun, 11 Oct 2009 16:56:59 +0000 (16:56 +0000)
committerMattias Wadman <mattias.wadman@gmail.com>
Sun, 11 Oct 2009 16:56:59 +0000 (16:56 +0000)
src/htsmsg_json.c

index 0c2a79a1df4bfe05f12da4a9d872aa15d4acafc6..e1fc39415bbd8efc50fd9825e28a651f4d120b16 100644 (file)
@@ -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) {