diff --git a/components/lazreport/source/lr_view.pas b/components/lazreport/source/lr_view.pas index 31e1820270..1d6c15dca4 100644 --- a/components/lazreport/source/lr_view.pas +++ b/components/lazreport/source/lr_view.pas @@ -1385,7 +1385,6 @@ begin else begin Index := PtrInt(fExtList.Objects[Index]); - WriteLn('Exporting ',SaveDialog.FileName,' with ', ExportFilters[Index].FilterDesc); ExportToWithFilterIndex(Index, SaveDialog.FileName); end; end;