From 4da30336eae5cab492f4e8402b07333a241ea979 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 15 Aug 2004 12:55:26 +0000 Subject: [PATCH] Removed debug logmessage --- mbcico/binkp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mbcico/binkp.c b/mbcico/binkp.c index 5587cde2..4e5243f5 100644 --- a/mbcico/binkp.c +++ b/mbcico/binkp.c @@ -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);