commit f8985716ddc50da1283c85231fb24aed14cb4dbe
parent 5955225dc34ee00bc651e4d013470040fd0159bb
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Sat, 14 Nov 2015 23:04:48 +0100
removing debuggish echo
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/demo/bank/fake_wire_transfer.php b/demo/bank/fake_wire_transfer.php
@@ -42,7 +42,6 @@
$reserve_pk = $_POST['reserve_pk'];
$kudos_amount = $_POST['kudos_amount'];
$mint = $_POST['mint_rcv'];
-echo $mint;
// check if the webform has given a well formed amount
$ret = preg_match ('/[0-9]+(\.[0-9][0-9]?)? [A-Z]+/', $kudos_amount, $matches);
if ($matches[0] != $_POST['kudos_amount'])