Remove what looks like a stray dump() from this test. This dump() was causing Tinderbox to show "error" lines at the top of the log.

This commit is contained in:
jruderman%hmc.edu 2008-02-09 08:55:27 +00:00
Родитель d0acaf4540
Коммит a233159cc4
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -30,7 +30,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=402788
navigator.registerContentHandler(aTxt, aUri, aTitle);
}
catch(e) {
dump(e);
return false;
}