mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:49:19 +02:00
* Remove debug statement
git-svn-id: trunk@49014 -
This commit is contained in:
parent
702322cfde
commit
452cdf73b9
@ -854,7 +854,6 @@ begin
|
|||||||
Result:=Not Assigned(FOutputPageNames);
|
Result:=Not Assigned(FOutputPageNames);
|
||||||
if Not Result then
|
if Not Result then
|
||||||
Result:=FOutputPageNames.IndexOf(aFileName)<>-1;
|
Result:=FOutputPageNames.IndexOf(aFileName)<>-1;
|
||||||
Writeln(afilename ,': ',result);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
class procedure TMultiFileDocWriter.Usage(List: TStrings);
|
class procedure TMultiFileDocWriter.Usage(List: TStrings);
|
||||||
|
Loading…
Reference in New Issue
Block a user