oops - leftover debugprint
authorClaus Gittinger <cg@exept.de>
Mon, 30 Jan 2006 09:32:23 +0100
changeset 1964 65e9cc9d0fcf
parent 1963 a0c51ed97fc3
child 1965 1d2b7893ae89
oops - leftover debugprint
UIObjectView.st
--- 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