comparison 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
comparison
equal deleted inserted replaced
24777:b9e1e062007e 24778:5f8e8b89b143
61 /* Conditional compilation options */ 61 /* Conditional compilation options */
62 /* Send third-party client version? (Recognized by us and Miranda's plugin) */ 62 /* Send third-party client version? (Recognized by us and Miranda's plugin) */
63 /*#define MSIM_SEND_CLIENT_VERSION */ 63 /*#define MSIM_SEND_CLIENT_VERSION */
64 64
65 /* Debugging options */ 65 /* Debugging options */
66 /*#define MSIM_DEBUG_MSG */
67 /* Low-level and rarely needed */ 66 /* Low-level and rarely needed */
68 /*#define MSIM_DEBUG_PARSE */ 67 /*#define MSIM_DEBUG_PARSE */
69 /*#define MSIM_DEBUG_LOGIN_CHALLENGE*/ 68 /*#define MSIM_DEBUG_LOGIN_CHALLENGE*/
70 /*#define MSIM_DEBUG_RXBUF */ 69 /*#define MSIM_DEBUG_RXBUF */
71 70