ProjectBuilder.st
changeset 3001 2d990fdb6496
parent 2989 fce70ea7d5d7
child 3006 741e3e2f0270
--- a/ProjectBuilder.st	Tue Apr 30 15:12:51 2013 +0200
+++ b/ProjectBuilder.st	Sun May 05 17:10:26 2013 +0200
@@ -237,7 +237,6 @@
                     ];
                     nextPutAllBlock:[:string |
                         lock critical:[          
-                            "/ (string includesString:'das Ziel' )ifTrue:[self halt].
                             makeOutput
                                 withEmphasis:{#backgroundColor->Color red. #color->Color white.}
                                 do:[makeOutput nextPutAll:string].
@@ -251,7 +250,6 @@
                     ];
                     nextPutAllBlock:[:string |
                         lock critical:[         
-                            "/ (string includesString:'das Ziel' )ifTrue:[self halt].
                             makeOutput nextPutAll:string.
                         ]
                     ].