mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
Remove debugging printf
This commit is contained in:
parent
3a7512d2b0
commit
a242381024
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue