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

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