Skip to content

Commit

Permalink
Remove stray console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaw92 committed Nov 15, 2020
1 parent 17bb31f commit 3d20606
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/in-search-of-a-unit/test/Auction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ describe('Auction', function() {
// the one better offer which was made later.
const winners = await sale.end();
assert.strictEqual(winners.length, 5);
console.log('initial:', initialOffers);
console.log('winners:', winners);
for (let offer of initialOffers.slice(0, -1)) {
assert.ok(winners.includes(offer));
}
Expand Down

0 comments on commit 3d20606

Please sign in to comment.