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:33:52 (GMT)
committer Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-20 13:33:54 (GMT)
commit1d16629d1bdd9aeb69782d3f3018e4cb2b8d4203 (patch)
tree289df892f323a22a0a129595781afaf7836a7b31
parentcd6c0101af26dfd97782f08ff6ad8e75f7468e2d (diff)
For several reasons, a shared activity won't survive to its connection
disconnecting and coming back.
-rw-r--r--src/sugar/presence/buddy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sugar/presence/buddy.py b/src/sugar/presence/buddy.py
index 865e663..40cd755 100644
--- a/src/sugar/presence/buddy.py
+++ b/src/sugar/presence/buddy.py
@@ -262,7 +262,6 @@ class Buddy(BaseBuddy):
self.contact_id = contact_id
self.contact_handle = None
- _logger.info('KILL_PS Handle the connection going away and coming back')
connection_manager = get_connection_manager()
connection = connection_manager.get_connection(account_path)