From a6bed1a40a1c783e27fe39ade5815f0e7bc20ac2 Mon Sep 17 00:00:00 2001 From: dequis Date: Thu, 14 May 2015 04:45:41 -0300 Subject: msn: took me way too long to realize i broke the build --- protocols/msn/ns.c | 2 -- 1 file changed, 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); -- cgit v1.2.3