Remove useless 'freeall...' logs, #4985

This commit is contained in:
heckflosse
2018-11-13 22:46:13 +01:00
parent be4027349d
commit 9453c23b48
2 changed files with 0 additions and 8 deletions

View File

@@ -1100,10 +1100,6 @@ void Crop::update(int todo)
void Crop::freeAll()
{
if (settings->verbose) {
printf("freeallcrop starts %d\n", (int)cropAllocated);
}
if (cropAllocated) {
if (origCrop) {
delete origCrop;