-rm debug info; typo
This commit is contained in:
parent
72cbf66395
commit
b2d68d4b2d
@ -4258,7 +4258,7 @@ do_extensions_show (char *const *args)
|
||||
NULL != it && NULL != it->extension;
|
||||
it = it->next)
|
||||
{
|
||||
const struct TALER_Extension *extension = it->extension;
|
||||
const struct TALER_Extension *extension = it->extension;
|
||||
|
||||
GNUNET_assert (0 ==
|
||||
json_object_set_new (exts,
|
||||
|
@ -931,9 +931,6 @@ decode_keys_json (const json_t *resp_obj,
|
||||
|
||||
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. */
|
||||
EXITIF (GNUNET_OK !=
|
||||
TALER_extensions_verify_json_config_signature (
|
||||
|
Loading…
Reference in New Issue
Block a user