Removed some debug printfs

This commit is contained in:
kipp 1998-06-01 20:55:28 +00:00
parent 4222da36de
commit 85370222ed

View File

@ -303,7 +303,6 @@ PresShell::Init(nsIDocument* aDocument,
NS_METHOD
PresShell::EnterReflowLock()
{
printf("enter reflow lock\n");
++mReflowLockCount;
return NS_OK;
}
@ -311,7 +310,6 @@ PresShell::EnterReflowLock()
NS_METHOD
PresShell::ExitReflowLock()
{
printf("exit reflow lock\n");
PRUint32 newReflowLockCount = mReflowLockCount - 1;
if (newReflowLockCount == 0) {
ProcessReflowCommands();