소스 검색

* remove debug output

git-svn-id: trunk@23368 -
michael 12 년 전
부모
커밋
3ec989ca8d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      utils/fpdoc/fpdocclasstree.pp

+ 0 - 1
utils/fpdoc/fpdocclasstree.pp

@@ -143,7 +143,6 @@ begin
     N:=LookForElement(FTreeStart,AElement,True);
     If (N=Nil) then
       begin
-      Write('Symbol ',AElement.Name,' is unresolved');
       PE:=FTreeStart;
       end
     end