Browse Source

fcl-db: comment writeln in the paradox component code

git-svn-id: trunk@14973 -
paul 15 years ago
parent
commit
321e6a9e1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/paradox/paradox.pp

+ 1 - 1
packages/fcl-db/src/paradox/paradox.pp

@@ -491,7 +491,7 @@ begin
     end;
     end;
   If (BFN<>'') then
   If (BFN<>'') then
     begin
     begin
-    Writeln('opening blib file',bfn);
+    //Writeln('opening blib file',bfn);
     if PX_set_blob_file(FDoc,PChar(BFN))<>0 then
     if PX_set_blob_file(FDoc,PChar(BFN))<>0 then
       RaiseError(SErrInvalidBlobFile,[BFN]);
       RaiseError(SErrInvalidBlobFile,[BFN]);
     FBlobFileName:=BFN;
     FBlobFileName:=BFN;