Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-12 13:25:24 (GMT)
committer Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-20 13:33:53 (GMT)
commitcd6c0101af26dfd97782f08ff6ad8e75f7468e2d (patch)
tree1acb78b52c963c6d5299186bc57bc1539cf22eee
parent694c456ed33b82db8a79d31d7874cde5f04e8800 (diff)
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
-rw-r--r--src/sugar/presence/presenceservice.py1
1 files changed, 0 insertions, 1 deletions
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)]