Skip to content

Commit

Permalink
chore: remove debugger stmts
Browse files Browse the repository at this point in the history
  • Loading branch information
dpnolte committed Sep 30, 2023
1 parent 0dfe08f commit 7ef8850
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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 7ef8850

Please sign in to comment.