Skip to content

Commit 55d1722

Browse files
committed
chore: remove debug log
1 parent b04d1ca commit 55d1722

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/edge-handler.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ for (const {
9999
url: '/test/next',
100100
})
101101

102-
console.log(response)
103-
104102
expect(await response.text()).toBe('Hello from origin!')
105103
expect(response.status).toBe(200)
106104
expect(

0 commit comments

Comments
 (0)