Skip to content

Commit cdc5802

Browse files
committed
fix: remove a conlog
1 parent d601d7b commit cdc5802

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

__tests__/application/respond.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ describe('app.respond', () => {
592592

593593
app.use(ctx => {
594594
ctx.body = new Response(null, { status: 200, statusText: 'OK' })
595-
console.log(ctx)
596595
})
597596

598597
return request(app.callback())

0 commit comments

Comments
 (0)