ref: c0c36828c7ded70a82bb65affd3cf10ef7ddc5ea
parent: 76b6b9ec30859f32293286b3837f17a8252d010c
author: Ralph Giles <giles@ghostscript.com>
date: Wed Apr 1 13:38:19 EDT 2009
Remove a debug printout. This was added in f1d00697, but isn't necessary beyond the initial testing prior to that commit.
--- a/jbig2_huffman.c
+++ b/jbig2_huffman.c
@@ -322,9 +322,6 @@
}
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;