2
0
Эх сурвалжийг харах

* Do not show exception twice

git-svn-id: trunk@15107 -
joost 15 жил өмнө
parent
commit
41ff50c65a

+ 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;