gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: remove mem-leaking debug log


From: gnunet
Subject: [taler-merchant] branch master updated: remove mem-leaking debug log
Date: Fri, 13 Aug 2021 14:30:27 +0200

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 41cf1b7d remove mem-leaking debug log
41cf1b7d is described below

commit 41cf1b7d2a7889b85e082fad36f14335cad76dac
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Aug 13 14:30:23 2021 +0200

    remove mem-leaking debug log
---
 src/backend/taler-merchant-httpd_get-orders-ID.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c 
b/src/backend/taler-merchant-httpd_get-orders-ID.c
index 549a6b54..430a314e 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -876,12 +876,6 @@ TMH_get_orders_ID (const struct TMH_RequestHandler *rh,
     token_match = (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT == qs)
                   && (0 == GNUNET_memcmp (&db_claim_token,
                                           &god->claim_token));
-
-    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-                "Have contract, claim token match: `%u', db_tok=%s, 
req_tok=%s\n",
-                token_match,
-                GNUNET_STRINGS_data_to_string_alloc (&db_claim_token, 16),
-                GNUNET_STRINGS_data_to_string_alloc (&god->claim_token, 16));
   }
 
   /* Check if client provided the right hash code of the contract terms */

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