* Remove debug writeln

git-svn-id: trunk@37435 -
This commit is contained in:
michael 2017-10-09 19:13:20 +00:00
parent bc6b6fe7c9
commit f218a369d6

View File

@ -221,7 +221,6 @@ procedure TBarcodeDemo.SetBarcodeValue(Sender: TFPReportElement);
begin
FBarcode.Value:=FReportData.FieldValues['Population'];
Writeln(FBarcode.Value);
end;
procedure TBarcodeDemo.InitialiseData;