Remove the gShellCounter printf cruft.

This commit is contained in:
sfraser%netscape.com 2000-04-20 22:57:40 +00:00
parent d8fd10dad7
commit 831140ee06
2 changed files with 0 additions and 4 deletions

View File

@ -2012,12 +2012,10 @@ PresShell::AlreadyInQueue(nsIReflowCommand* aReflowCommand)
return inQueue;
}
static int gShellCounter = 0;
NS_IMETHODIMP
PresShell::AppendReflowCommand(nsIReflowCommand* aReflowCommand)
{
printf("gShellCounter: %d\n", gShellCounter++);
#ifdef DEBUG
if (mInVerifyReflow) {
return NS_OK;

View File

@ -2012,12 +2012,10 @@ PresShell::AlreadyInQueue(nsIReflowCommand* aReflowCommand)
return inQueue;
}
static int gShellCounter = 0;
NS_IMETHODIMP
PresShell::AppendReflowCommand(nsIReflowCommand* aReflowCommand)
{
printf("gShellCounter: %d\n", gShellCounter++);
#ifdef DEBUG
if (mInVerifyReflow) {
return NS_OK;