Explorar o código

* Do not show exception twice

git-svn-id: trunk@15107 -
joost %!s(int64=15) %!d(string=hai) anos
pai
achega
41ff50c65a
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      packages/fcl-web/src/custweb.pp

+ 0 - 3
packages/fcl-web/src/custweb.pp

@@ -279,10 +279,7 @@ begin
       M.HandleRequest(ARequest,AResponse);
   except
     On E : Exception do
-      begin
-      ShowException(E);
       ShowRequestException(AResponse,E);
-      end;
   end;
 end;