Remove debugging printf
This commit is contained in:
parent
3a7512d2b0
commit
a242381024
@ -512,7 +512,6 @@ static int json_vnunpack(json_t *root, json_error_t *error, ssize_t size, const
|
||||
{
|
||||
/* It's a key */
|
||||
key = va_arg(*ap, char*);
|
||||
printf("Got key '%s'\n", key);
|
||||
|
||||
if(!key)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user