summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_pay.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_pay.c')
-rw-r--r--src/backend/taler-merchant-httpd_pay.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
index e38de0c6..4c12ea6c 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -725,9 +725,6 @@ MH_handler_pay (struct TMH_RequestHandler *rh,
{
char *s = json_dumps (coins, JSON_INDENT(2));
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Coins json is: %s\n",
- s);
free (s);
}
@@ -787,10 +784,6 @@ MH_handler_pay (struct TMH_RequestHandler *rh,
return ret;
}
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Looking up chosen exchange '%s'\n",
- pc->chosen_exchange);
-
/* Find the responsible exchange, this may take a while... */
pc->pending = pc->coins_cnt;
pc->fo = TMH_EXCHANGES_find_exchange (pc->chosen_exchange,