Skip to content

Commit

Permalink
remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswilburn committed Sep 5, 2018
1 parent 292f368 commit 9f63570
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions map/map-test.js
Expand Up @@ -1453,8 +1453,6 @@ QUnit.test("do not enumerate anything other than key properties (#369)", functio
});
var test = {};
for (var k in descendant) test[k] = descendant[k];
console.log(test);
debugger;
if (test.prop) {
return QUnit.ok(test.prop, "Browser doesn't correctly skip shadowed enumerable properties")
}
Expand Down

0 comments on commit 9f63570

Please sign in to comment.