Skip to content

Commit

Permalink
Remove the spurious logger
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Nov 22, 2019
1 parent 63f3f26 commit 25ec014
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/subscription-connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ test('socket is closed on unhandled promise rejection in handleMessage', t => {
'./subscription-connection': MockSubscriptionConnection
})

const app = fastify({
logger: {
level: 'info'
}
})
const app = fastify()
t.tearDown(() => app.close())
app.register(subscription, {
getOptions: {
Expand Down

0 comments on commit 25ec014

Please sign in to comment.