Skip to content

Commit 5d6f801

Browse files
committed
Remove debugger log
1 parent 17ba033 commit 5d6f801

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

integration/fetcher-test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,6 @@ test.describe("fetcher lazy route discovery", () => {
582582
// Slow down the fetcher discovery a tiny bit so it doesn't resolve prior
583583
// to the navigation
584584
page.route(/\/__manifest/, async (route) => {
585-
console.log(route.request().url());
586585
if (route.request().url().includes(encodeURIComponent("/api"))) {
587586
await new Promise((r) => setTimeout(r, 100));
588587
}

0 commit comments

Comments
 (0)