cpw.malu.xmpp.idle: fa672739: Drop the "got %d seconds idle from prese...

paul at darkrain42.org paul at darkrain42.org
Mon Feb 2 18:40:30 EST 2009


-----------------------------------------------------------------
Revision: fa6727399704e6c9acbf974a052a303ae7a453c1
Ancestor: 9693740c72e2819099c5a3ff5585f0ef3b58d4c0
Author: paul at darkrain42.org
Date: 2009-02-02T22:57:38
Branch: im.pidgin.cpw.malu.xmpp.idle
URL: http://d.pidgin.im/viewmtn/revision/info/fa6727399704e6c9acbf974a052a303ae7a453c1

Modified files:
        libpurple/protocols/jabber/presence.c

ChangeLog: 

Drop the "got %d seconds idle from presence\n" debug line now that this is
verified to be working.

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/presence.c	1d936aa57758d85799aa4df771c76b7409e8891b
+++ libpurple/protocols/jabber/presence.c	d2eacb54d26e1820df0a012547f57a5deed646bc
@@ -597,8 +597,6 @@ void jabber_presence_parse(JabberStream 
 		}
 	}
 
-	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 @@ void jabber_presence_parse(JabberStream 
 			stamp, offset);
 		idle += offset; 
 	}
-	
 
 	if(jid->node && (chat = jabber_chat_find(js, jid->node, jid->domain))) {
 		static int i = 1;


More information about the Commits mailing list