Remove *extra* verbosity.
This commit is contained in:
parent
9c82290a1a
commit
7d8d8b2e8a
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user