Remove remaining print
authorlbessard
Fri, 20 Mar 2009 16:36:13 +0100
changeset 333 0a74fcfd4d03
parent 332 555124c752ec
child 334 cf0809bc5675
Remove remaining print
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: