changeset 25755:3918ed48d7a8

Removed debug output referencing a char * that can be NULL, causing crashes on Windows. Besides, the output wasn't really needed. Thanks Phil, for finding this one...
author Marcus Lundblad <ml@update.uu.se>
date Mon, 15 Dec 2008 23:13:49 +0000
parents 16b901793d7c
children 151b4054ce40
files libpurple/protocols/jabber/ibb.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/ibb.c	Mon Dec 15 23:10:39 2008 +0000
+++ b/libpurple/protocols/jabber/ibb.c	Mon Dec 15 23:13:49 2008 +0000
@@ -109,7 +109,6 @@
 		jabber_ibb_session_close(sess);
 	}
 	
-	purple_debug_info("jabber", "IBB: last_iq_id: %s\n", sess->last_iq_id);
 	if (sess->last_iq_id) {
 		purple_debug_info("jabber", "IBB: removing callback for <iq/> %s\n",
 			sess->last_iq_id);