]> git.zerfleddert.de Git - rsbs2/commitdiff
remove debug output
authorMichael Gernoth <michael@gernoth.net>
Wed, 28 Jan 2009 17:13:14 +0000 (18:13 +0100)
committerMichael Gernoth <michael@gernoth.net>
Wed, 28 Jan 2009 17:13:14 +0000 (18:13 +0100)
rsb-crc.c

index d2949caee2305be6a26d91b4af06911fe48a9ec0..00b341f85c48de4add23b2c3b7b7ef0348d9cd88 100644 (file)
--- 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 */
Impressum, Datenschutz