aboutsummaryrefslogtreecommitdiff
path: root/src/mint-lib/mint_api_withdraw.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-05 14:32:26 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-05 14:32:26 +0200
commitf623214c1292b93fa8672361dfa978a506f4bef3 (patch)
tree702954d01103167aa6fd3d3d499c81134a815eea /src/mint-lib/mint_api_withdraw.c
parentac8420a66140aa850b1573a3503ed3a7f3cc974c (diff)
minor bugfixes, towards /deposit in test interpreter
Diffstat (limited to 'src/mint-lib/mint_api_withdraw.c')
-rw-r--r--src/mint-lib/mint_api_withdraw.c7
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 ==