mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 01:38:07 +02:00
* Remove debug statement
git-svn-id: trunk@40929 -
This commit is contained in:
parent
80057f9d0b
commit
37d3dad0d6
@ -90,7 +90,6 @@ procedure TXMLFPDocOptions.LoadPackage(APackage: TFPDocPackage; E: TDOMElement);
|
||||
If (Result='') then
|
||||
Error(SErrNoInputFile);
|
||||
S:=I['options'];
|
||||
Writeln('Options : ',S);
|
||||
if (S<>'') then
|
||||
Result:=S+' '+Result;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user