diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-10-02 23:07:40 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-10-02 23:07:40 +0200 |
commit | b2d68d4b2d70974abca41ee6331169e63a916add (patch) | |
tree | 473a53aca1af8fab9aa5cf132e452f94110da14a /src/lib/exchange_api_handle.c | |
parent | 72cbf663952bc95888aa2187894da78725e7590c (diff) |
-rm debug info; typo
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r-- | src/lib/exchange_api_handle.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c index e92e4385..add37a80 100644 --- a/src/lib/exchange_api_handle.c +++ b/src/lib/exchange_api_handle.c @@ -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 ( |