commit a2feb9512d5bbe211346ccfc6ff5390c91ffb25d
parent d45a14fea57ed340f8199460afa12192dc94a6e4
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 14 Nov 2023 12:00:11 +0100
-reduce logging
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/kyclogic/plugin_kyclogic_kycaid.c b/src/kyclogic/plugin_kyclogic_kycaid.c
@@ -917,12 +917,6 @@ handle_webhook_finished (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Webhook returned with HTTP status %u\n",
(unsigned int) response_code);
-#if 1
- if (NULL != j)
- json_dumpf (j,
- stderr,
- JSON_INDENT (2));
-#endif
wh->kycaid_response_code = response_code;
wh->json_response = json_incref ((json_t *) j);
switch (response_code)