Bug 1331237 - Remove left-over dump() statements from test_bug772796.html. r=masayuki

This commit is contained in:
Jorg K 2017-01-14 23:59:00 -05:00
parent 32925494c4
commit 5520579a29

View File

@ -154,8 +154,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=772796
for (i = 0; i < tests.length; i++) {
testName = "test" + i.toString();
dump (testName+"\n");
dump (tests[i][0]+"\n");
/* Set up the selection. */
theEdit.innerHTML = "<div id=\"" + testName + "\">" + tests[i][0] + "</div>";