summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-03-29 16:49:05 +0100
committerjcid <devnull@localhost>2008-03-29 16:49:05 +0100
commit3406bbcbcd9ea70c802afde7480747170473c1a5 (patch)
tree5ac9e37487343fcabce644b636e7a6fb6c987fd7
parent5ab0858dd7a3350352e3e76deb6dee46a6797d88 (diff)
- removed a lingering debug printf in jpeg.c.
-rw-r--r--src/jpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jpeg.c b/src/jpeg.c
index 812a458e..168f422e 100644
--- a/src/jpeg.c
+++ b/src/jpeg.c
@@ -296,7 +296,6 @@ static void Jpeg_write(DilloJpeg *jpeg, void *Buf, uint_t BufSize)
if (jpeg_has_multiple_scans(&jpeg->cinfo) &&
!(a_Capi_get_flags(jpeg->url) & CAPI_Completed))
jpeg->cinfo.buffered_image = TRUE;
- printf("jpeg: %s\n", jpeg->cinfo.buffered_image ? "TRUE":"FALSE");
a_Dicache_set_parms(jpeg->url, jpeg->version, jpeg->Image,
(uint_t)jpeg->cinfo.image_width,