* Remove debug statement

git-svn-id: trunk@49014 -
(cherry picked from commit 452cdf73b9)
This commit is contained in:
michael 2021-03-19 14:39:20 +00:00 committed by Florian Klämpfl
parent 8d7f707d31
commit 7fa2dcb800

View File

@ -854,7 +854,6 @@ begin
Result:=Not Assigned(FOutputPageNames);
if Not Result then
Result:=FOutputPageNames.IndexOf(aFileName)<>-1;
Writeln(afilename ,': ',result);
end;
class procedure TMultiFileDocWriter.Usage(List: TStrings);