mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Remove the gShellCounter printf cruft.
This commit is contained in:
parent
d8fd10dad7
commit
831140ee06
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user