commit ba4f27f7ea111b425a923af6cb4bd6c68737d8d5
parent 9827126645f3c499fa4f80b1d1864a01b054fd73
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Mon, 16 Nov 2015 20:50:44 +0100
cleaning
Diffstat:
3 files changed, 1 insertion(+), 5 deletions(-)
diff --git 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
@@ -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)
{
diff --git a/src/frontend/checkout.php b/src/frontend/checkout.php
@@ -69,7 +69,7 @@
<input type="radio" name="payment_system" value="cardme">Card Me</input>
<br>
<input type="radio" name="payment_system" value="taler"
- id="taler-radio-button-id" disabled="true">Taler</input>
+ id="taler-radio-button-id" disabled="true">GNU Taler</input>
<br>
<input type="button" onclick="pay(this.form)" value="Ok">
</div>