Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-04-12 21:03:14 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-04-12 21:03:14 (GMT)
commit118e039a8b527822d170605475aa282d53963179 (patch)
treed27712640c909f29906d5a69fccac0d63bc74fc3 /services
parent6e070996c909ca1450ea2e6bb18f667875dc8c4a (diff)
Remove test activity sharing code
Diffstat (limited to 'services')
-rw-r--r--services/presence/presenceservice.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/services/presence/presenceservice.py b/services/presence/presenceservice.py
index c2add50..cbf2606 100644
--- a/services/presence/presenceservice.py
+++ b/services/presence/presenceservice.py
@@ -87,10 +87,6 @@ class PresenceService(dbus.service.Object):
def _server_status_cb(self, plugin, status, reason):
if status == CONNECTION_STATUS_CONNECTED:
pass
- # TEST
- id = util.unique_id()
- self._share_activity(id, "org.laptop.Sugar.Test",
- "Chat of %s" % self._owner.props.nick, [])
def _contact_online(self, tp, handle, props):
new_buddy = False