commit 41cf1b7d2a7889b85e082fad36f14335cad76dac
parent a3eaa7a79dfb006ce7bb2495b0f7258fa8f8f6ce
Author: Florian Dold <florian@dold.me>
Date: Fri, 13 Aug 2021 14:30:23 +0200
remove mem-leaking debug log
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git 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 */