From 0002c93e960a4d672c9249f0c9c0dffa019eb50b Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Thu, 26 Aug 2010 16:43:11 +0000 Subject: sugar.presence: Remove dead code and make clear which methonds are deprecated --- (limited to 'src/sugar/presence/activity.py') diff --git a/src/sugar/presence/activity.py b/src/sugar/presence/activity.py index 0def0c8..aa6b396 100644 --- a/src/sugar/presence/activity.py +++ b/src/sugar/presence/activity.py @@ -491,14 +491,6 @@ class _ShareCommand(_BaseCommand): self._join_command = None def run(self): - """ TODO: Check we don't need this - # We shouldn't have to do this, but Gabble sometimes finds the IRC - # transport and goes "that has chatrooms, that'll do nicely". Work - # around it til Gabble gets better at finding the MUC service. - return '%s@%s' % (activity_id, - self._account['fallback-conference-server']) - """ - self._connection.RequestHandles( HANDLE_TYPE_ROOM, [self._activity_id], -- cgit v0.9.1