浏览代码

* Remove debug statement

git-svn-id: branches/fixes_3_2@43659 -
michael 5 年之前
父节点
当前提交
e0ccae1321
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;