aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-05-14 04:45:41 -0300
committerdequis <dx@dxzone.com.ar>2015-05-14 04:45:41 -0300
commita6bed1a40a1c783e27fe39ade5815f0e7bc20ac2 (patch)
tree37469b561d5ac415a535eb2642d81c4c63ce2147
parent99fe03055377745e7d549f63379ff99e65b04018 (diff)
msn: took me way too long to realize i broke the build
-rw-r--r--protocols/msn/ns.c2
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);