Browse Source

* Merging revisions 43023 from trunk:
------------------------------------------------------------------------
r43023 | michael | 2019-09-17 09:14:28 +0200 (Tue, 17 Sep 2019) | 1 line

* Remove debug statement
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43239 -

michael 5 years ago
parent
commit
20f92f5db7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/base/fields.inc

+ 1 - 1
packages/fcl-db/src/base/fields.inc

@@ -497,7 +497,7 @@ end;
 function TField.GetAsBytes: TBytes;
 function TField.GetAsBytes: TBytes;
 begin
 begin
   Result:=Default(TBytes);
   Result:=Default(TBytes);
-  Writeln('Allocating ',Datasize,' bytes');
+//  Writeln('Allocating ',Datasize,' bytes');
   SetLength(Result, DataSize);
   SetLength(Result, DataSize);
   if assigned(result) and not GetData(@Result[0], False) then
   if assigned(result) and not GetData(@Result[0], False) then
     Result := nil;
     Result := nil;