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
Родитель 32925494c4
Коммит 5520579a29
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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>";