瀏覽代碼

Merge branch 'master' of http://192.168.1.12:3000/maixinrong/measure

builder 8 年之前
父節點
當前提交
2bb7ec5aed
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Units/Connections.pas

+ 0 - 1
Units/Connections.pas

@@ -253,7 +253,6 @@ end;
 destructor TEncryptConnection.Destroy;
 begin
   Close;
-  Encrypt;
   if (FFileName <> '') and FileExists(FFileName) then
     DeleteFile(PChar(FFileName));
   inherited;