Browse Source

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

builder 8 năm trước cách đây
mục cha
commit
2bb7ec5aed
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;