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 00:55:27 -08:00
parent 1423170350
commit bac8744dcd

View File

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