mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1331237 - Remove left-over dump() statements from test_bug772796.html. r=masayuki
This commit is contained in:
parent
32925494c4
commit
5520579a29
@ -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>";
|
||||
|
Loading…
Reference in New Issue
Block a user