Skip to content

Commit

Permalink
remove console.logging
Browse files Browse the repository at this point in the history
  • Loading branch information
snuggs committed Jan 25, 2018
1 parent 5693b20 commit 3073a44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions middleware/negotiator.test
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ test.only ('GET / defaults to dist/snuggsi.min.js', async t => {
, body
= await read (response.body)

// console.log (body)


t.notOk (response.headers.get ('content-encoding'))
t.ok (type.match (/application\/javascript/))
Expand Down

0 comments on commit 3073a44

Please sign in to comment.