summaryrefslogtreecommitdiff
path: root/src/exchange-lib
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-18 18:10:15 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-18 18:10:15 +0100
commitc3c1a10b6c98b7877e0ccb4d506404f78ff6c651 (patch)
treec384ead0e286c012265f058b04188f1186cf8496 /src/exchange-lib
parent93ff2d93cc76ab0d42a1730d79437a89145d6b2a (diff)
downloadexchange-c3c1a10b6c98b7877e0ccb4d506404f78ff6c651.tar.gz
exchange-c3c1a10b6c98b7877e0ccb4d506404f78ff6c651.tar.bz2
exchange-c3c1a10b6c98b7877e0ccb4d506404f78ff6c651.zip
Remove useless code block.
Diffstat (limited to 'src/exchange-lib')
-rw-r--r--src/exchange-lib/testing_api_cmd_refund.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/exchange-lib/testing_api_cmd_refund.c b/src/exchange-lib/testing_api_cmd_refund.c
index 3298d6ab0..e59116591 100644
--- a/src/exchange-lib/testing_api_cmd_refund.c
+++ b/src/exchange-lib/testing_api_cmd_refund.c
@@ -115,18 +115,6 @@ refund_cb (void *cls,
return;
}
- switch (http_status)
- {
- case MHD_HTTP_OK:
- GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "Good /refund status code\n");
- break;
- default:
- GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
- "Unmanaged HTTP status code: %u, command: %s\n",
- http_status, refund_cmd->label);
- }
-
TALER_TESTING_interpreter_next (rs->is);
}