JavaScript Tests - remove extraneous debugger statement, no bug, not part of the build

This commit is contained in:
bclary@bclary.com 2007-05-09 16:01:32 -07:00
parent cc1cbf7323
commit d2d968ba65
2 changed files with 0 additions and 3 deletions

View File

@ -177,7 +177,6 @@ function SHOULD_THROW(section)
function END()
{
debugger;
}
function compareSource(n, expect, actual)

View File

@ -45,8 +45,6 @@ printStatus (summary);
var code;
debugger;
options('strict');
options('werror');