Remove test activity sharing code
This commit is contained in:
parent
6e070996c9
commit
118e039a8b
@ -87,10 +87,6 @@ class PresenceService(dbus.service.Object):
|
|||||||
def _server_status_cb(self, plugin, status, reason):
|
def _server_status_cb(self, plugin, status, reason):
|
||||||
if status == CONNECTION_STATUS_CONNECTED:
|
if status == CONNECTION_STATUS_CONNECTED:
|
||||||
pass
|
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):
|
def _contact_online(self, tp, handle, props):
|
||||||
new_buddy = False
|
new_buddy = False
|
||||||
|
Loading…
Reference in New Issue
Block a user