summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/shop/generate_taler_contract.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/shop/generate_taler_contract.php b/examples/shop/generate_taler_contract.php
index 183ca242..439ea248 100644
--- 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: