summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd.c2
-rw-r--r--src/backend/taler-merchant-httpd_pay.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index 9c1c2257..54819c86 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -289,7 +289,6 @@ keys_mgmt_cb (void *cls, const struct TALER_MINT_Keys *keys)
else
printf ("no keys gotten\n");
- printf ("cb: poller_task [%p]\n", poller_task);
}
@@ -391,7 +390,6 @@ context_task (void *cls,
ws,
&context_task,
cls);
- printf ("scheduling poller_task [%p]\n", poller_task);
GNUNET_NETWORK_fdset_destroy (rs);
GNUNET_NETWORK_fdset_destroy (ws);
}
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)
{