1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

squash a debug printf

This commit is contained in:
Stephen Dolan
2012-09-03 16:42:58 +01:00
parent a8c3648ca5
commit c9dbe1aff8

View File

@ -347,7 +347,6 @@ static pfunc finish(struct jv_parser* p) {
}
jv jv_parse_sized(const char* string, int length) {
printf("'%s' [%d]", string, length);
struct jv_parser parser;
jv_parser_init(&parser);