From 415ee0507d080891962e03aacb20d0bdff44eff7 Mon Sep 17 00:00:00 2001 From: "bryner%netscape.com" Date: Tue, 28 May 2002 00:16:13 +0000 Subject: [PATCH] Getting rid of a useless printf that I forgot to remove before checking in. --- docshell/base/nsDocShell.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docshell/base/nsDocShell.cpp b/docshell/base/nsDocShell.cpp index 877a9ef62355..8b4b93526418 100644 --- a/docshell/base/nsDocShell.cpp +++ b/docshell/base/nsDocShell.cpp @@ -2911,10 +2911,6 @@ nsDocShell::GetVisibility(PRBool * aVisibility) NS_ENSURE_SUCCESS(vm->GetRootView(view), NS_ERROR_FAILURE); NS_ENSURE_TRUE(view, NS_ERROR_FAILURE); - nsRect viewBounds; - view->GetBounds(viewBounds); - printf("rootView: dim=(%d,%d)\n", viewBounds.width, viewBounds.height); - // if our root view is hidden, we are not visible nsViewVisibility vis; NS_ENSURE_SUCCESS(view->GetVisibility(vis), NS_ERROR_FAILURE);