-rm debug info; typo

This commit is contained in:
Özgür Kesim 2022-10-02 23:07:40 +02:00
parent 72cbf66395
commit b2d68d4b2d
Signed by: oec
GPG Key ID: 3D76A56D79EDD9D7
2 changed files with 1 additions and 4 deletions

View File

@ -4258,7 +4258,7 @@ do_extensions_show (char *const *args)
NULL != it && NULL != it->extension; NULL != it && NULL != it->extension;
it = it->next) it = it->next)
{ {
const struct TALER_Extension *extension = it->extension; const struct TALER_Extension *extension = it->extension;
GNUNET_assert (0 == GNUNET_assert (0 ==
json_object_set_new (exts, json_object_set_new (exts,

View File

@ -931,9 +931,6 @@ decode_keys_json (const json_t *resp_obj,
if (! no_extensions && ! no_signature) if (! no_extensions && ! no_signature)
{ {
GNUNET_log(GNUNET_ERROR_TYPE_INFO,
"DEBUG: got extensions object %s\n",
json_dumps(extensions, JSON_INDENT(2)));
/* 2. We have an extensions object. Verify its signature. */ /* 2. We have an extensions object. Verify its signature. */
EXITIF (GNUNET_OK != EXITIF (GNUNET_OK !=
TALER_extensions_verify_json_config_signature ( TALER_extensions_verify_json_config_signature (