Bug 642695 - Remove debug printf in nsSVGForeignObjectFrame::DoReflow(). r=jwatt

This commit is contained in:
Chris Pearce 2011-03-24 11:28:57 +13:00
parent 3d57294e8f
commit 21f7bd28a4

View File

@ -560,10 +560,6 @@ nsSVGForeignObjectFrame::MaybeReflowFromOuterSVGFrame()
void
nsSVGForeignObjectFrame::DoReflow()
{
#ifdef DEBUG
printf("**nsSVGForeignObjectFrame::DoReflow()\n");
#endif
NS_ASSERTION(!(nsSVGUtils::GetOuterSVGFrame(this)->
GetStateBits() & NS_FRAME_FIRST_REFLOW),
"Calling InitialUpdate too early - must not call DoReflow!!!");