Skip to content

Commit

Permalink
chore: remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
dpnolte committed Sep 30, 2023
1 parent 7ef8850 commit 993febe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default function UnexpectedErrorPage({
}) {
// use query param to only throw error during runtime, not build time
if (searchParams.error) {
debugger
throw new Error('Oh no')
}
return (
Expand Down

0 comments on commit 993febe

Please sign in to comment.