diff options
author | Florian Dold <florian@dold.me> | 2021-08-13 14:30:23 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-08-13 14:30:23 +0200 |
commit | 41cf1b7d2a7889b85e082fad36f14335cad76dac (patch) | |
tree | a784a9fc0ed318d1d8adb14f203f793d180d1b7a | |
parent | a3eaa7a79dfb006ce7bb2495b0f7258fa8f8f6ce (diff) |
remove mem-leaking debug log
-rw-r--r-- | src/backend/taler-merchant-httpd_get-orders-ID.c | 6 |
1 files 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 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 */ |