commit 7d8d8b2e8a2a1c8737b805c63c83ae9892c7bab9
parent 9c82290a1a472008f646a00a1ae802476188783c
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Wed, 19 Dec 2018 14:33:52 +0100
Remove *extra* verbosity.
Diffstat:
1 file 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
@@ -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);
}