UIObjectView.st
changeset 1964 65e9cc9d0fcf
parent 1959 fd6bf76e712a
child 2041 80ddafc474fb
--- a/UIObjectView.st	Mon Jan 30 09:31:34 2006 +0100
+++ b/UIObjectView.st	Mon Jan 30 09:32:23 2006 +0100
@@ -2511,7 +2511,6 @@
             transaction identifier:identifier.
             history addLast:transaction.
             history size > (self class maxHistorySize) ifTrue:[history removeFirst].
-            Transcript showCR:aTextOrNil.
         ].
         transaction := nil