diff options
| author | dequis <dx@dxzone.com.ar> | 2015-05-14 04:45:41 -0300 | 
|---|---|---|
| committer | dequis <dx@dxzone.com.ar> | 2015-05-14 04:45:41 -0300 | 
| commit | a6bed1a40a1c783e27fe39ade5815f0e7bc20ac2 (patch) | |
| tree | 37469b561d5ac415a535eb2642d81c4c63ce2147 | |
| parent | 99fe03055377745e7d549f63379ff99e65b04018 (diff) | |
msn: took me way too long to realize i broke the build
| -rw-r--r-- | protocols/msn/ns.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/protocols/msn/ns.c b/protocols/msn/ns.c index d3fde5d1..ab92f30d 100644 --- a/protocols/msn/ns.c +++ b/protocols/msn/ns.c @@ -416,8 +416,6 @@ int msn_ns_message(struct msn_data *md, char *msg, int msglen, char **cmd, int n  				}  			} else if (g_strncasecmp(ct, "text/x-msmsgsactivemailnotification", 35) == 0) {  				/* Notification that a message has been read... Ignore it */ -			} else { -				debug("Can't handle %s packet from notification server", ct);  			}  			g_free(ct); | 
