Browse Source

* Remove debug writeln

git-svn-id: trunk@37435 -
michael 7 years ago
parent
commit
f218a369d6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/fcl-report/demos/rptbarcode.pp

+ 0 - 1
packages/fcl-report/demos/rptbarcode.pp

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