Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
feedthejim committed Jan 27, 2023
1 parent 010f379 commit c36d403
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/src/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,6 @@ export default async function build(
.traceChild('telemetry-flush')
.traceAsyncFn(() => telemetry.flush())
})
debugger
return buildResult
} finally {
// Ensure we wait for lockfile patching if present
Expand Down

0 comments on commit c36d403

Please sign in to comment.