Remove leftover debug printf

This commit is contained in:
Matthias Clasen 2005-01-04 15:46:39 +00:00
parent c30892971b
commit 3835b82fba

View File

@ -397,11 +397,6 @@ static gboolean DecodeHeader(unsigned char *BFH, unsigned char *BIH,
}
}
g_print ("header size %d data offset %d compression %d\n",
14 + State->Header.size,
lsb_32 (&BFH[10]),
State->Compressed);
State->BufferDone = 0;
if (State->Type <= 8) {
State->read_state = READ_STATE_PALETTE;