Remove useless 'freeall...' logs, #4985
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user