summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_get-orders-ID.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_get-orders-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_get-orders-ID.c6
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 */