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;
|
||||
|
@@ -965,10 +965,6 @@ void ImProcCoordinator::updatePreviewImage(int todo, bool panningRelatedChange)
|
||||
void ImProcCoordinator::freeAll()
|
||||
{
|
||||
|
||||
if (settings->verbose) {
|
||||
printf("freeall starts %d\n", (int)allocated);
|
||||
}
|
||||
|
||||
if (allocated) {
|
||||
if (orig_prev != oprevi) {
|
||||
delete oprevi;
|
||||
|
Reference in New Issue
Block a user