removing debuggish echo

This commit is contained in:
Marcello Stanisci 2015-11-14 23:04:48 +01:00
parent 5955225dc3
commit f8985716dd

View File

@ -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'])