diff libpurple/protocols/myspace/myspace.c @ 17689:76b68a9f9036

disapproval of revision '8d4e712b35da6dafe87cacbf5d267e529b2c1233'
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Wed, 04 Jul 2007 21:36:19 +0000
parents b1f9a3f5c0d0
children b9fd55903979
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c	Wed Jul 04 21:35:42 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.c	Wed Jul 04 21:36:19 2007 +0000
@@ -1543,9 +1543,6 @@
 		 * just happened here), msimprpl will appear to be connected forever, while
 		 * other plugins (oscar, etc.) will time out. Msimprpl should timeout too. */
         purple_debug_info("msim", "msim_process: got keep alive\n");
-        purple_debug_info("msim", "msim_process: last ka was %d s ago\n",
-                time(NULL) - session->last_ka);
-        session->last_ka = time(NULL);
         return TRUE;
     } else {
 		msim_unrecognized(session, msg, "in msim_process");