Remove debugging printf

This commit is contained in:
Graeme Smecher 2011-01-14 15:11:54 -08:00 committed by Petri Lehtinen
parent 3a7512d2b0
commit a242381024

View File

@ -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)
{