From: Michael Gernoth Date: Wed, 28 Jan 2009 17:13:14 +0000 (+0100) Subject: remove debug output X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/commitdiff_plain/3f528732850fa80a9c3ae80078eb0656466626a3 remove debug output --- diff --git a/rsb-crc.c b/rsb-crc.c index d2949ca..00b341f 100644 --- a/rsb-crc.c +++ b/rsb-crc.c @@ -130,7 +130,6 @@ unsigned int rsb_crc2(unsigned char *r0_buf, unsigned int r1_buflen, unsigned in #endif r4_len = *(unsigned int*)(r0_buf + 0x20); - printf("CRC: length: %d\n", r4_len); if (*((unsigned int*)(r0_buf + 0x24)) != r2_magic) return 2; /* MAGIC does not match */