From aca95e4ca063e81de1453f268f6c842b9de9b5e8 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 22 Feb 2018 01:17:43 +0100 Subject: [PATCH] remove left over printf --- src/fileformats.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fileformats.c b/src/fileformats.c index 632c4fee..9b6b114e 100644 --- a/src/fileformats.c +++ b/src/fileformats.c @@ -1759,7 +1759,6 @@ void Load_IFF(T_IO_Context * context) Read_word_be(IFF_file,&tiny_width); Read_word_be(IFF_file,&tiny_height); section_size -= 4; -printf("%d x %d = %d %d\n", tiny_width, tiny_height, tiny_width*tiny_height, section_size); // Load thumbnail if in preview mode if ((context->Type == CONTEXT_PREVIEW || context->Type == CONTEXT_PREVIEW_PALETTE)