From 60698c025391f6ba19e1a754e4faa9aa67fedc86 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 16 Mar 2010 16:15:17 +0000 Subject: [PATCH] IDE: clean up git-svn-id: trunk@24044 - --- ide/helpmanager.pas | 3 --- 1 file changed, 3 deletions(-) diff --git a/ide/helpmanager.pas b/ide/helpmanager.pas index e8f5a199fe..748674362c 100644 --- a/ide/helpmanager.pas +++ b/ide/helpmanager.pas @@ -650,9 +650,6 @@ end; function TIDEHelpDatabases.SubstituteMacros(var s: string): boolean; begin Result:=IDEMacros.SubstituteMacros(s); - DebugLn(['TIDEHelpDatabases.SubstituteMacros AAA1 ',s,' ',Result]); - Result:=IDEMacros.SubstituteMacros(s); - DebugLn(['TIDEHelpDatabases.SubstituteMacros AAA2 ',s,' ',Result]); end; { TIDEHelpManager }