diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-05 17:27:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-05 17:27:20 +0200 |
commit | b8c264656cb387f90697885767c5c47216a51816 (patch) | |
tree | 2cdf778cb6e92cda7e2c716666d423ce9d475bcc /src/mint-lib/mint_api_deposit.c | |
parent | 0372b7583b530cd9cd9c5b65f8a2de98135cdc1e (diff) |
final fixes to make test pass
Diffstat (limited to 'src/mint-lib/mint_api_deposit.c')
-rw-r--r-- | src/mint-lib/mint_api_deposit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mint-lib/mint_api_deposit.c b/src/mint-lib/mint_api_deposit.c index c6258033c..589860c46 100644 --- a/src/mint-lib/mint_api_deposit.c +++ b/src/mint-lib/mint_api_deposit.c @@ -679,10 +679,6 @@ TALER_MINT_deposit (struct TALER_MINT_Handle *mint, dh->url)); GNUNET_assert (CURLE_OK == curl_easy_setopt (eh, - CURLOPT_VERBOSE, - 1LL)); - GNUNET_assert (CURLE_OK == - curl_easy_setopt (eh, CURLOPT_POSTFIELDS, dh->json_enc)); GNUNET_assert (CURLE_OK == |