mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-16 11:49:22 +02:00
* Remove debug statement, patch by Pascal Riekenberg (Bug ID 36585)
git-svn-id: trunk@43955 -
This commit is contained in:
parent
b938a9654e
commit
887c5e81b2
@ -190,7 +190,9 @@ begin
|
||||
else
|
||||
AValue:=D.AsJSON;
|
||||
end;
|
||||
{$IFDEF gdebug}
|
||||
Writeln(FIndex,' : ',AFieldName,' -> ',AValue);
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
procedure TFPReportJSONData.DoInitDataFields;
|
||||
|
Loading…
Reference in New Issue
Block a user