From 118e039a8b527822d170605475aa282d53963179 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 12 Apr 2007 17:03:14 -0400 Subject: [PATCH] Remove test activity sharing code --- services/presence/presenceservice.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/presence/presenceservice.py b/services/presence/presenceservice.py index c2add50d..cbf26061 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