Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence/PresenceService.py
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2006-06-16 19:31:07 (GMT)
committer Dan Williams <dcbw@redhat.com>2006-06-16 19:31:07 (GMT)
commit333d341c3d642e1093b797e8c837330a13b415fe (patch)
tree96f3ff494258733a5d6397db08b6e421eca6e5e7 /sugar/presence/PresenceService.py
parentb31a2176badbf338667f8a3bd85f4a28a6eddd04 (diff)
Remove debug prints
Diffstat (limited to 'sugar/presence/PresenceService.py')
-rw-r--r--sugar/presence/PresenceService.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/sugar/presence/PresenceService.py b/sugar/presence/PresenceService.py
index e4bbd23..7fb0a44 100644
--- a/sugar/presence/PresenceService.py
+++ b/sugar/presence/PresenceService.py
@@ -455,13 +455,9 @@ class PresenceService(gobject.GObject):
def share_activity(self, activity, stype, properties={}, address=None, port=None):
"""Convenience function to share an activity with other buddies."""
- print "type stype == %s" % type(stype)
- print "Type of a string is %s" % type("")
-
uid = activity.get_id()
owner_nick = self._owner.get_nick_name()
real_stype = Service.compose_service_type(stype, uid)
- print "PS: type of real_stype is %s" % type(real_stype)
if address and type(address) != type(""):
raise ValueError("address must be a valid string.")
if not address: