summaryrefslogtreecommitdiff
path: root/codec
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2011-01-11 08:21:13 +0000
committerAntonin Descampe <antonin@gmail.com>2011-01-11 08:21:13 +0000
commit08459fd94478e2f260abab8d5ac1808bae3e4180 (patch)
treece6c22a40628565a85638a8c6ef3beda0d848334 /codec
parent985a163e33b3496811b80c9a3deabb10e99be3ad (diff)
removed forgotten debug info in imagetopnm()
Diffstat (limited to 'codec')
-rw-r--r--codec/convert.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/codec/convert.c b/codec/convert.c
index bbd718b7..e336f98f 100644
--- a/codec/convert.c
+++ b/codec/convert.c
@@ -1295,9 +1295,6 @@ int imagetopnm(opj_image_t * image, const char *outfile)
want_gray = (*tmp == 'g' || *tmp == 'G');
ncomp = image->numcomps;
-fprintf(stderr,"%s:%d:ncomp(%d) opj_prec(%d) prec(%d)\n",
-__FILE__,__LINE__,ncomp,opj_prec,prec);
-
if (ncomp > 2
&& image->comps[0].dx == image->comps[1].dx
&& image->comps[1].dx == image->comps[2].dx