* Remove debug statement, patch by Pascal Riekenberg (Bug ID 36585)

git-svn-id: trunk@43955 -
This commit is contained in:
michael 2020-01-16 10:27:16 +00:00
parent b938a9654e
commit 887c5e81b2

View File

@ -190,7 +190,9 @@ begin
else
AValue:=D.AsJSON;
end;
{$IFDEF gdebug}
Writeln(FIndex,' : ',AFieldName,' -> ',AValue);
{$ENDIF}
end;
procedure TFPReportJSONData.DoInitDataFields;