IDE: Disable excessive debug output from CodeHelpManager.

This commit is contained in:
Juha 2022-03-09 10:46:39 +02:00
parent b0f6b29ad8
commit e758dbf2da

View File

@ -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