diff -r 555124c752ec -r 0a74fcfd4d03 graphics/GraphicCommons.py --- a/graphics/GraphicCommons.py Fri Mar 20 16:05:57 2009 +0100 +++ b/graphics/GraphicCommons.py Fri Mar 20 16:36:13 2009 +0100 @@ -2199,7 +2199,6 @@ result = self.TestSegment(pos, True) if result != None: self.Handle = (HANDLE_SEGMENT, result) - print result, len(self.Segments) # Popup the menu with special items for a wire self.Parent.PopupWireMenu(0 < result[0] < len(self.Segments) - 1) else: