diff options
Diffstat (limited to 'src/mint-lib/mint_api_withdraw.c')
-rw-r--r-- | src/mint-lib/mint_api_withdraw.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mint-lib/mint_api_withdraw.c b/src/mint-lib/mint_api_withdraw.c index 91734611..157d2db7 100644 --- a/src/mint-lib/mint_api_withdraw.c +++ b/src/mint-lib/mint_api_withdraw.c @@ -811,9 +811,6 @@ handle_withdraw_sign_finished (void *cls, GNUNET_break (0); response_code = 0; } - fprintf (stderr, - "Response code: %u\n", - (unsigned int) response_code); if ( (0 == wsh->eno) && (0 != response_code) ) { @@ -1039,10 +1036,6 @@ TALER_MINT_withdraw_sign (struct TALER_MINT_Handle *mint, wsh->url)); GNUNET_assert (CURLE_OK == curl_easy_setopt (eh, - CURLOPT_VERBOSE, - 1LL)); - GNUNET_assert (CURLE_OK == - curl_easy_setopt (eh, CURLOPT_POSTFIELDS, wsh->json_enc)); GNUNET_assert (CURLE_OK == |