mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 12:19:21 +02:00
IDE: Disable excessive debug output from CodeHelpManager.
This commit is contained in:
parent
b0f6b29ad8
commit
e758dbf2da
@ -1762,7 +1762,7 @@ begin
|
||||
and (not CheckIfInLazarus(Result))
|
||||
then begin
|
||||
// not found
|
||||
if AnOwner=nil then
|
||||
{ if AnOwner=nil then
|
||||
DebugLn(['TCodeHelpManager.GetFPDocFilenameForSource Hint: file without owner: ',SrcFilename])
|
||||
else if AnOwner is TLazProject then begin
|
||||
if TLazProject(AnOwner).FPDocPaths='' then
|
||||
@ -1774,7 +1774,7 @@ begin
|
||||
debugln(['TCodeHelpManager.GetFPDocFilenameForSource Hint: Owner (package ',TLazPackage(AnOwner).Name,') has no fpdoc paths: ',SrcFilename])
|
||||
else
|
||||
debugln(['TCodeHelpManager.GetFPDocFilenameForSource Hint: Owner (package ',TLazPackage(AnOwner).Name,') has no fpdoc file for: ',SrcFilename])
|
||||
end;
|
||||
end; }
|
||||
end;
|
||||
|
||||
// save to cache
|
||||
|
Loading…
Reference in New Issue
Block a user