Skip to content

Commit

Permalink
Remove console.debug() from test for IE9
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Aug 23, 2020
1 parent 38371b6 commit 94abed7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/fixtures/tape/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ test.skip('skipped', function (t) {

// test console still ok
console.log({ hey: 'you' })
console.debug([1, 2, 3])
console.log(1, 2, [3, 4])

0 comments on commit 94abed7

Please sign in to comment.