commit 246aed045af6eece10a2218d3e9b657e90b262f1
parent 1eedc6b595ee29eca60595510303ca28b4fce24d
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Fri, 4 Mar 2016 15:58:23 +0100
removing unneeded prints
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git 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,