There was an error while loading. Please reload this page.
1 parent 4fd8dfc commit 1532086Copy full SHA for 1532086
1 file changed
packages/router-core/src/router.ts
@@ -2932,11 +2932,6 @@ export class RouterCore<
2932
for (let i = 0; i < innerLoadContext.matches.length; i++) {
2933
const beforeLoad = this.handleBeforeLoad(innerLoadContext, i)
2934
if (isPromise(beforeLoad)) await beforeLoad
2935
- console.log(
2936
- 'before load done',
2937
- innerLoadContext.matches[i]!.id,
2938
- this.getMatch(innerLoadContext.matches[i]!.id)?.context,
2939
- )
2940
}
2941
2942
// Execute all loaders in parallel
0 commit comments