diff libpurple/protocols/msn/soap2.c @ 21109:e64e6fbd1351

merge_into_workspace of c0e79d15a4fe4c5b0129fcae5060754b25f72a56 and 1bd638d193e3a865ce99ed451afc25d957d7c9a2
author Ka-Hing Cheung <khc@hxbc.us>
date Tue, 30 Oct 2007 06:29:13 +0000
parents 90fd0826c6ce
children b95550f14549
line wrap: on
line diff
--- a/libpurple/protocols/msn/soap2.c	Thu Oct 04 06:13:01 2007 +0000
+++ b/libpurple/protocols/msn/soap2.c	Tue Oct 30 06:29:13 2007 +0000
@@ -329,7 +329,6 @@
 				value = sep + 2;
 				*sep = '\0';
 				msn_soap_message_add_header(conn->message, key, value);
-				purple_debug_info("soap", "header %s: %s\n", key, value);
 
 				if ((conn->response_code == 301 || conn->response_code == 300)
 					&& strcmp(key, "Location") == 0) {