From 14b771a34e40e452b598db7819a1be1a38eb8ac3 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 19 Aug 2009 19:03:23 +0000 Subject: [PATCH] LCL: reduced debugging git-svn-id: trunk@21329 - --- lcl/lazhelphtml.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/lazhelphtml.pas b/lcl/lazhelphtml.pas index 063be5997e..8f40899ea0 100644 --- a/lcl/lazhelphtml.pas +++ b/lcl/lazhelphtml.pas @@ -176,7 +176,7 @@ begin // make URL absolute SplitURL(URL,URLType,URLPath,URLParams); - debugln('THTMLHelpDatabase.ShowURL A NewNode.URL=',URL,' URLType=',URLType,' URLPath=',URLPath,' URLParams=',URLParams); + //debugln('THTMLHelpDatabase.ShowURL A NewNode.URL=',URL,' URLType=',URLType,' URLPath=',URLPath,' URLParams=',URLParams); if URLType='file' then begin if not URLFilenameIsAbsolute(URLPath) then begin