Removing another stray printf. Sorry about that.

This commit is contained in:
bryner%uiuc.edu 2000-01-16 05:41:17 +00:00
Родитель 7abbbef1d4
Коммит b5c2dccae8
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -245,7 +245,6 @@ nsTreeOuterFrame::ScrollByLines(nsIPresContext* aPresContext, PRInt32 lines)
NS_IMETHODIMP
nsTreeOuterFrame::ScrollByPages(nsIPresContext* aPresContext, PRInt32 pages)
{
printf("nsTreeOuterFrame::ScrollByPages\n");
// What we need to do is call the corresponding method on our TreeFrame
// In most cases the TreeFrame will be the only child, but just to make
// sure we'll check for the right interface