From cd6c0101af26dfd97782f08ff6ad8e75f7468e2d Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Thu, 12 Aug 2010 13:25:24 +0000 Subject: 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 --- (limited to 'src/sugar/presence/presenceservice.py') diff --git a/src/sugar/presence/presenceservice.py b/src/sugar/presence/presenceservice.py index 1ad9272..ed37be6 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)] -- cgit v0.9.1