From bd3166176fdb7ed96211eb539316f47843e0faa7 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Fri, 2 Dec 2011 10:32:54 +0000 Subject: Somewhat improve debug logging of HTTP/SOAP stuff. --- protocols/msn/soap.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols') diff --git a/protocols/msn/soap.c b/protocols/msn/soap.c index 467429fb..ea9a0699 100644 --- a/protocols/msn/soap.c +++ b/protocols/msn/soap.c @@ -222,7 +222,6 @@ static void msn_soap_debug_print( const char *headers, const char *payload ) st = write( 1, headers, strlen( headers ) ); } -#ifdef DEBUG if( payload ) { struct xt_node *xt = xt_from_string( payload ); @@ -230,7 +229,6 @@ static void msn_soap_debug_print( const char *headers, const char *payload ) xt_print( xt ); xt_free_node( xt ); } -#endif } int msn_soapq_flush( struct im_connection *ic, gboolean resend ) -- cgit v1.2.3