Browse Source

* remove debug statement.

Michaël Van Canneyt 1 year ago
parent
commit
0248b9904c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/fcl-base/src/custapp.pp

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

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