removing a printf in SetBounds() i left in somehow.

This commit is contained in:
pinkerton%netscape.com 2000-01-25 03:11:49 +00:00
Родитель c6576583f6
Коммит 621f1b7c28
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -650,7 +650,6 @@ NS_IMETHODIMP nsWindow::GetBounds(nsRect &aRect)
NS_METHOD nsWindow::SetBounds(const nsRect &aRect)
{
printf("\nsetting bounds to x y w h %ld %ld %ld %ld\n\n", aRect.x, aRect.y, aRect.width, aRect.height );
nsresult rv = Inherited::SetBounds(aRect);
if ( NS_SUCCEEDED(rv) )
CalcWindowRegions();