Skip to content

Commit 5d1dec6

Browse files
committed
Removed console.log
1 parent 3a1f995 commit 5d1dec6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/integration/header-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ describe('Header handler', () => {
6161
// Retrieve the response headers
6262
let response = {}
6363
before(async () => {
64-
console.log('before')
6564
const { headers } = await request.get(resource)
66-
console.log('after')
6765
response.headers = headers
6866
})
6967

0 commit comments

Comments
 (0)