From 8d5e92c9fd76faab73ebe8e669bf1be5426e764e Mon Sep 17 00:00:00 2001 From: "jruderman%hmc.edu" Date: Wed, 7 Mar 2007 21:52:01 +0000 Subject: [PATCH] Remove stray dump() from this copy of tableDom.js too. git-svn-id: svn://10.0.0.236/trunk@221483 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/tests/table/dom/tableDom.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/layout/html/tests/table/dom/tableDom.js b/mozilla/layout/html/tests/table/dom/tableDom.js index 45908b9aab0..e3c8b4e3857 100644 --- a/mozilla/layout/html/tests/table/dom/tableDom.js +++ b/mozilla/layout/html/tests/table/dom/tableDom.js @@ -50,7 +50,6 @@ function appendCell(aRow, aRowSpan, aColSpan) { } function appendCellAt(aRowIndex, aRowSpan, aColSpan) { -dump(aRowIndex); var row = document.getElementsByTagName("TR")[aRowIndex]; appendCell(row, aRowSpan, aColSpan); }