Browse Source

* Removed left-over debug statement

git-svn-id: trunk@15062 -
michael 15 years ago
parent
commit
332b67ecfb
1 changed files with 0 additions and 1 deletions
  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