Skip to content

Commit

Permalink
Remove stray console.log from tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Dec 1, 2016
1 parent 8edd7ac commit 91db1da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/tests.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,6 @@ describe("yield chain", function() {
});

describe("call expression ordering (#244)", function test() {
console.log(String(test));

function *gen() {
return (yield 1)(yield 2)(yield 3);
}
Expand Down

0 comments on commit 91db1da

Please sign in to comment.