summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authormichael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-12-06 10:30:59 +0000
committermichael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-12-06 10:30:59 +0000
commit3a0365739fe05b912ff24b3357eff93ca5a1c303 (patch)
tree3c1c504b6c41e8b7eb151ba2a8c732a5ed4e1027 /utils
parentf0b06c9bc470d9c37eb54860c58c2ac7e988be69 (diff)
downloadfpc-3a0365739fe05b912ff24b3357eff93ca5a1c303.tar.gz
* Remove debug statement
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/fixes_3_2@43659 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'utils')
-rw-r--r--utils/fpdoc/fpdocxmlopts.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/fpdoc/fpdocxmlopts.pas b/utils/fpdoc/fpdocxmlopts.pas
index c3a4ac0e93..b3897af126 100644
--- a/utils/fpdoc/fpdocxmlopts.pas
+++ b/utils/fpdoc/fpdocxmlopts.pas
@@ -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;