diff --git a/layout/tools/reftest/reftest-content.js b/layout/tools/reftest/reftest-content.js index ff0de8c6ca0d..7016d6df13b7 100644 --- a/layout/tools/reftest/reftest-content.js +++ b/layout/tools/reftest/reftest-content.js @@ -447,7 +447,6 @@ function WaitForTestEnd(contentRootElement, inPrintMode, spellCheckedElements) { var state = STATE_WAITING_TO_FIRE_INVALIDATE_EVENT; function AfterPaintListener(event) { - dump("AfterPaintListener\n"); LogInfo("AfterPaintListener in " + event.target.document.location.href); if (event.target.document != currentDoc) { // ignore paint events for subframes or old documents in the window.