gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -remove confusing logs


From: gnunet
Subject: [taler-exchange] branch master updated: -remove confusing logs
Date: Tue, 03 Aug 2021 14:28:19 +0200

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 70056256 -remove confusing logs
70056256 is described below

commit 700562560e7e9d09e371b7ca78e45afb7a6a0daa
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 3 14:28:18 2021 +0200

    -remove confusing logs
---
 src/json/json.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/json/json.c b/src/json/json.c
index dbe13bbd..4c2b82cc 100644
--- a/src/json/json.c
+++ b/src/json/json.c
@@ -777,10 +777,7 @@ TALER_JSON_get_error_code (const json_t *json)
   const json_t *jc;
 
   if (NULL == json)
-  {
-    GNUNET_break_op (0);
     return TALER_EC_GENERIC_INVALID_RESPONSE;
-  }
   jc = json_object_get (json, "code");
   /* The caller already knows that the JSON represents an error,
      so we are dealing with a missing error code here.  */
@@ -803,10 +800,7 @@ TALER_JSON_get_error_hint (const json_t *json)
   const json_t *jc;
 
   if (NULL == json)
-  {
-    GNUNET_break_op (0);
     return NULL;
-  }
   jc = json_object_get (json,
                         "hint");
   if (NULL == jc)

-- 
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]