Browse Source

* Remove debug statement

git-svn-id: branches/fixes_3_2@43659 -
michael 5 years ago
parent
commit
e0ccae1321
1 changed files with 0 additions and 1 deletions
  1. 0 1
      utils/fpdoc/fpdocxmlopts.pas

+ 0 - 1
utils/fpdoc/fpdocxmlopts.pas

@@ -90,7 +90,6 @@ procedure TXMLFPDocOptions.LoadPackage(APackage: TFPDocPackage; E: TDOMElement);
     If (Result='') then
     If (Result='') then
       Error(SErrNoInputFile);
       Error(SErrNoInputFile);
     S:=I['options'];
     S:=I['options'];
-    Writeln('Options : ',S);
     if (S<>'') then
     if (S<>'') then
       Result:=S+' '+Result;
       Result:=S+' '+Result;
   end;
   end;