From d861d852d949f05eceeaaf086660e5031d4372c3 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 28 Apr 2009 22:31:31 +0000 Subject: [PATCH] clean up git-svn-id: trunk@19676 - --- components/codetools/finddeclarationtool.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/codetools/finddeclarationtool.pas b/components/codetools/finddeclarationtool.pas index e22345653b..d0e025796b 100644 --- a/components/codetools/finddeclarationtool.pas +++ b/components/codetools/finddeclarationtool.pas @@ -5117,7 +5117,7 @@ begin // create nodes ScanChilds(InterfaceNode); - DebugLn(['TFindDeclarationTool.BuildInterfaceIdentifierCache ',MainFilename,' ',FInterfaceIdentifierCache.Items.Count,' ',GlobalIdentifierTree.Count]); + //DebugLn(['TFindDeclarationTool.BuildInterfaceIdentifierCache ',MainFilename,' ',FInterfaceIdentifierCache.Items.Count,' ',GlobalIdentifierTree.Count]); Result:=true; end;