Sfoglia il codice sorgente

* Removed left-over debug statement

git-svn-id: trunk@15062 -
michael 15 anni fa
parent
commit
332b67ecfb
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      utils/fpdoc/dglobals.pp

+ 0 - 1
utils/fpdoc/dglobals.pp

@@ -1051,7 +1051,6 @@ procedure TFPDocEngine.AddDocFile(const AFilename: String);
           Result.FDescr := TDOMElement(Subnode)
         else if Subnode.NodeName = 'version' then
           begin
-          Writeln('Detected version',ELement['name']);
           Result.FVersion := TDOMElement(Subnode)
           end
         else if Subnode.NodeName = 'errors' then