diff --git a/ide/helpmanager.pas b/ide/helpmanager.pas index 882992a57d..35977dea6a 100644 --- a/ide/helpmanager.pas +++ b/ide/helpmanager.pas @@ -382,7 +382,7 @@ begin finally ReleaseDC(Parent.Handle, DC); end; - DebugLn(['TSimpleHTMLControl.GetPreferredControlSize Caption="',Caption,'" ',AWidth,'x',AHeight]); + //DebugLn(['TSimpleHTMLControl.GetPreferredControlSize Caption="',Caption,'" ',AWidth,'x',AHeight]); end; { TLazIDEHTMLProvider }