libpurple/protocols/gg/gg.c

changeset 30134
38ec5119a9ac
parent 30055
1aa76ed6cda6
child 30138
cca9685df785
--- a/libpurple/protocols/gg/gg.c	Wed Apr 28 19:27:33 2010 +0000
+++ b/libpurple/protocols/gg/gg.c	Wed Apr 28 22:13:51 2010 +0000
@@ -1601,12 +1601,6 @@
 			}
 			break;
 		case GG_EVENT_NOTIFY60:
-			purple_debug_info("gg",
-				"notify60_pre: (%d) status=%d; version=%d; descr=%s\n",
-				ev->event.notify60->uin, GG_S(ev->event.notify60->status),
-				ev->event.notify60->version,
-				ev->event.notify60->descr ? ev->event.notify60->descr : "(null)");
-
 			for (i = 0; ev->event.notify60[i].uin; i++) {
 				purple_debug_info("gg",
 					"notify60: (%d) status=%d; version=%d; descr=%s\n",

mercurial