smalltalk.rc
changeset 1316 99c76e87fd95
parent 1299 5c85be8ef967
child 1341 9a6ea7ab9585
--- a/smalltalk.rc	Tue May 28 12:33:19 2013 +0200
+++ b/smalltalk.rc	Wed Jun 05 16:38:30 2013 +0200
@@ -428,7 +428,7 @@
 "/ now always get a chance to make some progress ...
 
 Smalltalk addStartBlock:[
-    'smalltalk.rc [info]: start timeSlicing...' infoPrintCR.
+    "/ 'smalltalk.rc [info]: start timeSlicing...' infoPrintCR.
     Processor startTimeSlicing.
     Processor supportDynamicPriorities:true.
     ObjectMemory backgroundCollectProcess priorityRange:(4 to:9).