From cd6c0101af26dfd97782f08ff6ad8e75f7468e2d Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Thu, 12 Aug 2010 15:25:24 +0200 Subject: [PATCH] No need to dispose the buddies currently in the activity, as it is information that is needed through the whole life of the activity instance --- src/sugar/presence/presenceservice.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sugar/presence/presenceservice.py b/src/sugar/presence/presenceservice.py index 1ad9272f..ed37be62 100644 --- a/src/sugar/presence/presenceservice.py +++ b/src/sugar/presence/presenceservice.py @@ -352,7 +352,6 @@ class PresenceService(gobject.GObject): self._get_buddies_error_cb(error_handler, e)) def get_buddy(self, account_path, contact_id): - logging.info('KILL_PS decide how to invalidate this cache') if (account_path, contact_id) in self._buddy_cache: return self._buddy_cache[(account_path, contact_id)]