Skip to content

Commit

Permalink
Remove a debug printout.
Browse files Browse the repository at this point in the history
This was added in f1d0069, but isn't necessary beyond the initial
testing prior to that commit.
  • Loading branch information
Ralph Giles committed Apr 2, 2009
1 parent 76b6b9e commit c0c3682
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jbig2_huffman.c
Expand Up @@ -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;
Expand Down

0 comments on commit c0c3682

Please sign in to comment.