remove some debug message

git-svn: trunk@2638
remotes/push_mirror/metadata
Tomasz Kojm 19 years ago
parent 59d4e1cf70
commit 4e00cc9c30
  1. 1
      clamav-devel/libclamav/mspack.c

@ -366,7 +366,6 @@ static int mszip_inflate(struct mszip_stream *zip) {
/* read in block type */
MSZIP_READ_BITS(block_type, 2);
cli_dbgmsg("zip_inflate: block_type=%u last_block=%u\n", block_type, last_block);
if (block_type == 0) {
/* uncompressed block */

Loading…
Cancel
Save