gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -reduce logging


From: gnunet
Subject: [taler-exchange] branch master updated: -reduce logging
Date: Tue, 14 Nov 2023 12:00:24 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a2feb951 -reduce logging
a2feb951 is described below

commit a2feb9512d5bbe211346ccfc6ff5390c91ffb25d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Nov 14 12:00:11 2023 +0100

    -reduce logging
---
 src/kyclogic/plugin_kyclogic_kycaid.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/kyclogic/plugin_kyclogic_kycaid.c 
b/src/kyclogic/plugin_kyclogic_kycaid.c
index 10f9658f..d7fddab4 100644
--- 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)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]