mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
JavaScript Tests - remove extraneous debugger statement, no bug, not part of the build
This commit is contained in:
parent
cc1cbf7323
commit
d2d968ba65
@ -177,7 +177,6 @@ function SHOULD_THROW(section)
|
||||
|
||||
function END()
|
||||
{
|
||||
debugger;
|
||||
}
|
||||
|
||||
function compareSource(n, expect, actual)
|
||||
|
@ -45,8 +45,6 @@ printStatus (summary);
|
||||
|
||||
var code;
|
||||
|
||||
debugger;
|
||||
|
||||
options('strict');
|
||||
options('werror');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user