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;