Remove overly verbose debug message :)

svn-id: r6247
This commit is contained in:
James Brown 2002-12-29 01:42:50 +00:00
parent edacf91d7f
commit fe81fee2f2

View File

@ -799,7 +799,7 @@ int32 Bundle::decompressCodec(int32 codec, byte *comp_input, byte *comp_output,
memset (comp_output, 0, 0x2000);
firstWord = READ_BE_UINT16(src);
src += 2;
printf("firstWord = %d, index = %d\n", firstWord, index);
if (firstWord != 0) {
if (index != 0) {
startPos = 0;