aboutsummaryrefslogtreecommitdiff
path: root/src/exchange-lib/testing_api_cmd_batch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange-lib/testing_api_cmd_batch.c')
-rw-r--r--src/exchange-lib/testing_api_cmd_batch.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/exchange-lib/testing_api_cmd_batch.c b/src/exchange-lib/testing_api_cmd_batch.c
index dadfae40..85f03b25 100644
--- a/src/exchange-lib/testing_api_cmd_batch.c
+++ b/src/exchange-lib/testing_api_cmd_batch.c
@@ -94,13 +94,8 @@ batch_cleanup (void *cls,
for (unsigned int i=0;
NULL != bs->batch[i].label;
i++)
- {
- TALER_LOG_DEBUG ("Batch-cleaning element %u, labelled '%s'\n",
- i,
- bs->batch[i].label);
bs->batch[i].cleanup (bs->batch[i].cls,
&bs->batch[i]);
- }
GNUNET_free_non_null (bs->batch);
GNUNET_free (bs);
}