diff options
author | jcid <devnull@localhost> | 2008-03-29 16:49:05 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-03-29 16:49:05 +0100 |
commit | 3406bbcbcd9ea70c802afde7480747170473c1a5 (patch) | |
tree | 5ac9e37487343fcabce644b636e7a6fb6c987fd7 | |
parent | 5ab0858dd7a3350352e3e76deb6dee46a6797d88 (diff) |
- removed a lingering debug printf in jpeg.c.
-rw-r--r-- | src/jpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |