Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence/Service.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/Service.py
parentb31a2176badbf338667f8a3bd85f4a28a6eddd04 (diff)
Remove debug prints
Diffstat (limited to 'sugar/presence/Service.py')
-rw-r--r--sugar/presence/Service.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sugar/presence/Service.py b/sugar/presence/Service.py
index a8461ac..4740f78 100644
--- a/sugar/presence/Service.py
+++ b/sugar/presence/Service.py
@@ -70,7 +70,6 @@ class Service(object):
if not name or type(name) != type("") or not len(name):
raise ValueError("must specify a valid service name.")
- print "Service:: type of full_stype is %s" % type(full_stype)
if full_stype and type(full_stype) == type(u""):
raise ValueError("service type must not be in unicode.")
if not full_stype or type(full_stype) != type("") or not len(full_stype):