diff libpurple/protocols/myspace/myspace.h @ 24778:5f8e8b89b143

Remove a bunch of calls to msim_msg_dump(). I find it really annoying that incoming messages get printed multiple times. The entire thing is printed in msim_parse(), so why would we want to print it anywhere else?
author Mark Doliner <mark@kingant.net>
date Tue, 16 Dec 2008 21:31:05 +0000
parents 295464ae2d2a
children 7f552614ec8a
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Tue Dec 16 19:36:03 2008 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Tue Dec 16 21:31:05 2008 +0000
@@ -63,7 +63,6 @@
 /*#define MSIM_SEND_CLIENT_VERSION              */
 
 /* Debugging options */
-/*#define MSIM_DEBUG_MSG                */
 /* Low-level and rarely needed */
 /*#define MSIM_DEBUG_PARSE             */
 /*#define MSIM_DEBUG_LOGIN_CHALLENGE*/