UIPainterView.st
changeset 279 ef937b65a7f6
parent 278 5b7dfe33b497
child 281 aabb4037f6a3
--- a/UIPainterView.st	Mon Aug 11 14:07:53 1997 +0200
+++ b/UIPainterView.st	Mon Aug 11 16:42:30 1997 +0200
@@ -355,8 +355,6 @@
 drop:anObjectOrCollection at:aPoint
     |spec newSel oldSel dragOffset|
 
-Transcript showCR:aPoint.
-
     (oldSel := selection) isCollection ifTrue:[
         oldSel := selection copy
     ].
@@ -367,7 +365,7 @@
     oldSel isNil ifTrue:[self select:newSel]
                 ifFalse:[self select:oldSel]
 
-    "Modified: 11.8.1997 / 01:07:09 / cg"
+    "Modified: 11.8.1997 / 16:41:52 / cg"
 ! !
 
 !UIPainterView methodsFor:'generating output'!