src/protocols/oscar/info.c

changeset 4827
77b48b018834
parent 4826
ce211ce6a336
child 4853
5b5ed316fe65
--- 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);

mercurial