Browse Source

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

builder 8 years ago
parent
commit
2bb7ec5aed
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Units/Connections.pas

+ 0 - 1
Units/Connections.pas

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