mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 06:08:16 +02:00
* Remove debug statement
git-svn-id: branches/fixes_3_2@43659 -
This commit is contained in:
parent
c43141552f
commit
e0ccae1321
@ -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