diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-19 14:33:52 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-19 14:33:52 +0100 |
commit | 7d8d8b2e8a2a1c8737b805c63c83ae9892c7bab9 (patch) | |
tree | 9b998ae0dffd9ab65fc6d308d954b4d9a9ad62c2 | |
parent | 9c82290a1a472008f646a00a1ae802476188783c (diff) |
Remove *extra* verbosity.
-rw-r--r-- | src/exchange-lib/testing_api_cmd_batch.c | 5 |
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 dadfae408..85f03b251 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); } |