Skip to content

Commit

Permalink
Remove debugger from test
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jan 20, 2023
1 parent 12e88ce commit 14f0720
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/revalidate-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ test.describe("Revalidation", () => {
};
export function shouldRevalidate({ nextUrl, formData }) {
debugger;
if (nextUrl.searchParams.get('revalidate')?.split(',')?.includes('parent')) {
return true;
}
Expand Down

0 comments on commit 14f0720

Please sign in to comment.