graphics/GraphicCommons.py
changeset 333 0a74fcfd4d03
parent 331 9106d66bd204
child 334 cf0809bc5675
--- 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: