remove debug printing
authorStefan Vogel <sv@exept.de>
Tue, 12 Aug 2008 23:01:27 +0200
changeset 3694 5a99abb55dd7
parent 3693 e8e00489ec10
child 3695 d828a6395e25
remove debug printing
RadioButton.st
--- a/RadioButton.st	Tue Aug 12 22:54:36 2008 +0200
+++ b/RadioButton.st	Tue Aug 12 23:01:27 2008 +0200
@@ -476,7 +476,6 @@
 
     |l f|
 
-thisContext fullPrintAll.
     DefaultFont := StyleSheet fontAt:'label.font'.                   
     DefaultButtonStyle := StyleSheet at:#'radioButton.style'.
     l := -1.
@@ -885,5 +884,5 @@
 !RadioButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.41 2008-08-12 20:54:36 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.42 2008-08-12 21:01:27 stefan Exp $'
 ! !