From f623214c1292b93fa8672361dfa978a506f4bef3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 5 Jul 2015 14:32:26 +0200 Subject: minor bugfixes, towards /deposit in test interpreter --- src/mint-lib/mint_api_withdraw.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/mint-lib/mint_api_withdraw.c') 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) ) { @@ -1037,10 +1034,6 @@ TALER_MINT_withdraw_sign (struct TALER_MINT_Handle *mint, curl_easy_setopt (eh, CURLOPT_URL, wsh->url)); - GNUNET_assert (CURLE_OK == - curl_easy_setopt (eh, - CURLOPT_VERBOSE, - 1LL)); GNUNET_assert (CURLE_OK == curl_easy_setopt (eh, CURLOPT_POSTFIELDS, -- cgit v1.2.3