Explorar o código

* Remove debug statement

git-svn-id: trunk@40929 -
michael %!s(int64=6) %!d(string=hai) anos
pai
achega
37d3dad0d6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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
       Error(SErrNoInputFile);
     S:=I['options'];
-    Writeln('Options : ',S);
     if (S<>'') then
       Result:=S+' '+Result;
   end;