summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_pay.c
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-11-16 20:50:44 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-11-16 20:50:44 +0100
commitba4f27f7ea111b425a923af6cb4bd6c68737d8d5 (patch)
treed5de6534d7a76220eb934ed47aacb71aac3e4399 /src/backend/taler-merchant-httpd_pay.c
parent9827126645f3c499fa4f80b1d1864a01b054fd73 (diff)
downloadmerchant-ba4f27f7ea111b425a923af6cb4bd6c68737d8d5.tar.gz
merchant-ba4f27f7ea111b425a923af6cb4bd6c68737d8d5.tar.bz2
merchant-ba4f27f7ea111b425a923af6cb4bd6c68737d8d5.zip
cleaning
Diffstat (limited to 'src/backend/taler-merchant-httpd_pay.c')
-rw-r--r--src/backend/taler-merchant-httpd_pay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
index 008211ea..b3084975 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -324,7 +324,6 @@ MH_handler_pay (struct TMH_RequestHandler *rh,
upload_data,
upload_data_size,
&root);
- printf ("seg faulty?");
if (GNUNET_SYSERR == res)
return MHD_NO;
/* the POST's body has to be further fetched */
@@ -447,7 +446,6 @@ MH_handler_pay (struct TMH_RequestHandler *rh,
/* suspend connection until the last coin has been ack'd to the cb.
That last cb will finally resume the connection and send back a response */
MHD_suspend_connection (connection);
- printf ("processing coins bundle\n");
json_array_foreach (coins, coins_index, coin_aggregate)
{