Kaynağa Gözat

* Do not show exception twice

git-svn-id: trunk@15107 -
joost 15 yıl önce
ebeveyn
işleme
41ff50c65a
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  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;