浏览代码

* Do not show exception twice

git-svn-id: trunk@15107 -
joost 15 年之前
父节点
当前提交
41ff50c65a
共有 1 个文件被更改,包括 0 次插入3 次删除
  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;