Explorar o código

* Remove debug statement

git-svn-id: trunk@43023 -
michael %!s(int64=6) %!d(string=hai) anos
pai
achega
63106e3844
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 begin
   Result:=Default(TBytes);
-  Writeln('Allocating ',Datasize,' bytes');
+//  Writeln('Allocating ',Datasize,' bytes');
   SetLength(Result, DataSize);
   if assigned(result) and not GetData(@Result[0], False) then
     Result := nil;