From c52b59cd6ce7a5f91c9598e194cab347dd468658 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 22 May 2006 16:11:02 -0400 Subject: [PATCH] Turn off debug print --- sugar/p2p/Group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sugar/p2p/Group.py b/sugar/p2p/Group.py index 38dcecb7..d5d2aca3 100644 --- a/sugar/p2p/Group.py +++ b/sugar/p2p/Group.py @@ -134,7 +134,7 @@ class LocalGroup(Group): if key == 'group_address': service.set_group_address(value) - print "ServiceResolved: name=%s, stype=%s, port=%s, address=%s" % (name, stype, port, address) + #print "ServiceResolved: name=%s, stype=%s, port=%s, address=%s" % (name, stype, port, address) if stype in get_recognized_buddy_service_types(): # Service recognized as Buddy services either create a new # buddy if one doesn't exist yet, or get added to the existing