Removed debug logmessage

This commit is contained in:
Michiel Broek 2004-08-15 12:55:26 +00:00
parent e50361205f
commit 4da30336ea

View File

@ -1964,7 +1964,6 @@ int binkp_poll_frame(void)
bp.GotFrame = TRUE;
#ifdef HAVE_ZLIB_H
if ((bp.PLZflag == Active) && (bp.header & BINKP_PLZ_BLOCK)) {
Syslog('b', "Binkp: got a compressed block %d bytes", bp.blklen);
zbuf = calloc(BINKP_ZIPBUFLEN, sizeof(char));
zlen = BINKP_PLZ_BLOCK -1;
rc = uncompress(zbuf, &zlen, bp.rxbuf, bp.rxlen -1);