mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-19 21:48:18 +02:00
LCL: reduced debugging
git-svn-id: trunk@21329 -
This commit is contained in:
parent
187b39842f
commit
14b771a34e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user