diff src/protocols/oscar/info.c @ 4827:a4d3243499bb

[gaim-migrate @ 5152] faceprint is the Gaim code-reviewer and hacker guy extraordinairieiai. I mean, what am I, wind? In other news, Get Capabilities seems to be working again. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 18 Mar 2003 23:07:53 +0000
parents e6654fab588b
children fbfdacf7c611
line wrap: on
line diff
--- a/src/protocols/oscar/info.c	Tue Mar 18 22:30:21 2003 +0000
+++ b/src/protocols/oscar/info.c	Tue Mar 18 23:07:53 2003 +0000
@@ -635,13 +635,6 @@
 			 */
 			int type, subtype, len;
 			char *iconstr;
-/*
-int i;
-debug_printf("iconstr: 0x");
-for (i=0; i<length; i++)
-	debug_printf("%02hhx ", bs->data[bs->offset+i]);
-debug_printf("\n");
-*/
 			while (aim_bstream_curpos(bs) < endpos) {
 				type = aimbs_get16(bs);
 				subtype = aimbs_get8(bs);