Explorar o código

* remove debug statement.

Michaël Van Canneyt hai 1 ano
pai
achega
0248b9904c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      packages/fcl-base/src/custapp.pp

+ 0 - 1
packages/fcl-base/src/custapp.pp

@@ -361,7 +361,6 @@ begin
     except
       HandleException(Self);
     end;
-    Writeln('Main needs to terminate: ',FTerminated,' or ',FRunAborted);
   Until FTerminated or FRunAborted;
 end;