From: cristy <urban-warrior@git.imagemagick.org>
Date: Wed, 21 Sep 2011 22:50:25 +0000 (+0000)
Subject: (no commit message)
X-Git-Tag: 7.0.1-0~6971
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e2b1d2c953fbd8fa57a811f4c51a747c4dab465;p=imagemagick

---

diff --git a/coders/miff.c b/coders/miff.c
index bbde89987..f2626864d 100644
--- a/coders/miff.c
+++ b/coders/miff.c
@@ -1218,7 +1218,6 @@ static Image *ReadMIFFImage(const ImageInfo *image_info,
       packet_size+=quantum_info->depth/8;
     if (image->compression == RLECompression)
       packet_size++;
-printf("%d\n",packet_size);
     length=image->columns;
     length=MagickMax(MagickMax(BZipMaxExtent(packet_size*image->columns),
       LZMAMaxExtent(packet_size*image->columns)),ZipMaxExtent(packet_size*