diff -r a0c51ed97fc3 -r 65e9cc9d0fcf 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