LDViewer.py
changeset 616 8a60ffcfd70b
parent 586 9aa96a36cf33
child 650 aaa3b02d42b1
--- a/LDViewer.py	Sun Jan 08 18:23:55 2012 +0100
+++ b/LDViewer.py	Sun Jan 08 19:16:58 2012 +0100
@@ -897,7 +897,6 @@
         if self.GetDrawingMode() == FREEDRAWING_MODE:
             Viewer.DeleteContact(self, contact)
         else:
-            print "Delete"
             rungindex = self.FindRung(contact)
             rung = self.Rungs[rungindex]
             old_bbox = rung.GetBoundingBox()