From c0c36828c7ded70a82bb65affd3cf10ef7ddc5ea Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 1 Apr 2009 17:38:19 -0700 Subject: [PATCH] Remove a debug printout. This was added in f1d00697, but isn't necessary beyond the initial testing prior to that commit. --- jbig2_huffman.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/jbig2_huffman.c b/jbig2_huffman.c index c6af1fe..521c666 100644 --- a/jbig2_huffman.c +++ b/jbig2_huffman.c @@ -322,9 +322,6 @@ jbig2_build_huffman_table (Jbig2Ctx *ctx, const Jbig2HuffmanParams *params) } LENCOUNT[PREFLEN]++; - jbig2_error(ctx, JBIG2_SEVERITY_DEBUG, -1, - "PREFLEN %d", PREFLEN); - lts = PREFLEN + lines[i].RANGELEN; if (lts > LOG_TABLE_SIZE_MAX) lts = PREFLEN;