ide: reduce verbosity

git-svn-id: trunk@18608 -
This commit is contained in:
paul 2009-02-09 04:32:07 +00:00
parent 04b9135bbd
commit 7732e33796

View File

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