diff --git a/SGGL/FineUIPro.Web/Transfer/PunchlistFrom.aspx.cs b/SGGL/FineUIPro.Web/Transfer/PunchlistFrom.aspx.cs index 5069cb1e..e13e7d4d 100644 --- a/SGGL/FineUIPro.Web/Transfer/PunchlistFrom.aspx.cs +++ b/SGGL/FineUIPro.Web/Transfer/PunchlistFrom.aspx.cs @@ -720,10 +720,6 @@ namespace FineUIPro.Web.Transfer } catch (WebException ex) { - if (File.Exists(newUrl)) - { - File.Delete(newUrl); - } } finally {