Remove the gShellCounter printf cruft.

git-svn-id: svn://10.0.0.236/trunk@66585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
2000-04-20 22:57:40 +00:00
parent 39d05d298f
commit fcc42459c0
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;