Skip to content

Commit 124d15b

Browse files
committed
refactor: remove debugger statement that snuck in
1 parent 23f9753 commit 124d15b

File tree

1 file changed

+0
-1
lines changed
  • packages/runtime/src/templates/edge-shared

1 file changed

+0
-1
lines changed

packages/runtime/src/templates/edge-shared/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ export const buildResponse = async ({
9696
request: Request
9797
context: Context
9898
}) => {
99-
debugger
10099
result.response = updateModifiedHeaders(result.response)
101100

102101
// They've returned the MiddlewareRequest directly, so we'll call `next()` for them.

0 commit comments

Comments
 (0)