Remove *extra* verbosity.

This commit is contained in:
Marcello Stanisci 2018-12-19 14:33:52 +01:00
parent 9c82290a1a
commit 7d8d8b2e8a
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -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);
}