-reduce logging

This commit is contained in:
Christian Grothoff 2022-06-29 20:34:22 +02:00
parent 7fe8d89d75
commit 2805018da2
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 75c838e74c41bf9a6c02cdfe8109a444056bf26d
Subproject commit ce57f1bb32a657c0e479a13401339c9899b1c898

View File

@ -761,7 +761,7 @@ decode_keys_json (const json_t *resp_obj,
GNUNET_break_op (0);
return GNUNET_SYSERR;
}
#if 1 /* DEBUG */
#if DEBUG
json_dumpf (resp_obj,
stderr,
JSON_INDENT (2));