commit 09921cbb0bcea8c0d765a1d15b516f55d0918006
parent 01568f9714c4c12918d5ff7f3bf8bbd30975cf7c
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Wed, 4 May 2016 14:06:03 +0200
removing debugging print
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/examples/shop/generate_taler_contract.php b/examples/shop/generate_taler_contract.php
@@ -69,8 +69,6 @@ $contract = generate_contract(array(
"fulfillment_url" => $fulfillment_url)
);
-file_put_contents("/tmp/ff.link", $fulfillment_url . "\r\n");
-
$resp = give_to_backend("backend/contract", $contract);
// Our response code is the same we got from the backend: