Browse Source

* Fixed bug #24814

git-svn-id: trunk@25204 -
michael 12 years ago
parent
commit
5fa6d73619
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/fcl-web/src/base/fphttpserver.pp

+ 0 - 2
packages/fcl-web/src/base/fphttpserver.pp

@@ -637,8 +637,6 @@ begin
     except
     except
       // Do not let errors in user code escape.
       // Do not let errors in user code escape.
     end
     end
-  else
-    Writeln('Unhandled exception : ',E.ClassName,' : ',E.Message);
 end;
 end;
 
 
 function TFPCustomHttpServer.GetActive: Boolean;
 function TFPCustomHttpServer.GetActive: Boolean;