#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Wed, 23 Nov 2016 15:20:15 +0100
changeset 21012 6772b908eabe
parent 21011 00319cafe394
child 21013 ba1733da301b
#FEATURE by cg class: Smalltalk changed: #start
Smalltalk.st
--- a/Smalltalk.st	Wed Nov 23 15:16:43 2016 +0100
+++ b/Smalltalk.st	Wed Nov 23 15:20:15 2016 +0100
@@ -4644,9 +4644,6 @@
                             self exit:1.
                             "/ ex reject.
                         ] do:[
-                            VerboseStartup ifTrue:[
-                                ('Smalltalk [info]: executing expression: "', arg, '".') infoPrintCR.
-                            ].
                             UserInterrupt handle:[:ex |
                                 Debugging == true ifTrue:[
                                     'user interrupt (type "c" to continue; "x" to exit; "?" for help).' errorPrintCR.