# HG changeset patch # User lbessard # Date 1237563373 -3600 # Node ID 0a74fcfd4d03a65d3575199a1a798b5d3f4c0c05 # Parent 555124c752ecf0dbfbe96baa3192b8404102abe2 Remove remaining print 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: