# HG changeset patch # User Paul Aurich # Date 1233615458 0 # Node ID a9b078297b692eace7077faaf3caa012cde3997b # Parent 7741759e741a8917d77d35fea7487effce6f12e1 Drop the "got %d seconds idle from presence\n" debug line now that this is verified to be working. diff -r 7741759e741a -r a9b078297b69 libpurple/protocols/jabber/presence.c --- a/libpurple/protocols/jabber/presence.c Mon Feb 02 22:51:52 2009 +0000 +++ b/libpurple/protocols/jabber/presence.c Mon Feb 02 22:57:38 2009 +0000 @@ -597,8 +597,6 @@ } } - purple_debug_info("jabber", "got %d seconds idle from presence\n", idle); - if (idle && delayed && stamp) { /* if we have a delayed presence, we need to add the delay to the idle value */ @@ -608,7 +606,6 @@ stamp, offset); idle += offset; } - if(jid->node && (chat = jabber_chat_find(js, jid->node, jid->domain))) { static int i = 1;