changeset 25690:a9b078297b69

Drop the "got %d seconds idle from presence\n" debug line now that this is verified to be working.
author Paul Aurich <paul@darkrain42.org>
date Mon, 02 Feb 2009 22:57:38 +0000
parents 7741759e741a
children ebd63c4f9405
files libpurple/protocols/jabber/presence.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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;