From e96aee5bab9d4e2e4a958cf2950e5271e68c4443 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 3 Aug 2010 07:44:18 +0000 Subject: [PATCH] codetools: reduced debugging git-svn-id: trunk@26985 - --- components/codetools/finddeclarationtool.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/codetools/finddeclarationtool.pas b/components/codetools/finddeclarationtool.pas index 7f3925d5eb..95f7adf205 100644 --- a/components/codetools/finddeclarationtool.pas +++ b/components/codetools/finddeclarationtool.pas @@ -1456,9 +1456,9 @@ begin // raise exception CursorNode:=FindDeepestNodeAtPos(CleanCursorPos,true); end; - { $IFDEF CTDEBUG} + {$IFDEF CTDEBUG} DebugLn('TFindDeclarationTool.FindDeclaration D CursorNode=',NodeDescriptionAsString(CursorNode.Desc),' HasChilds=',dbgs(CursorNode.FirstChild<>nil)); - { $ENDIF} + {$ENDIF} if (not IsDirtySrcValid) and (CursorNode.Desc in [ctnUsesSection,ctnUseUnit]) then begin // in uses section