Skip to content

Commit 1532086

Browse files
committed
remove console.log
1 parent 4fd8dfc commit 1532086

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/router-core/src/router.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2932,11 +2932,6 @@ export class RouterCore<
29322932
for (let i = 0; i < innerLoadContext.matches.length; i++) {
29332933
const beforeLoad = this.handleBeforeLoad(innerLoadContext, i)
29342934
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-
)
29402935
}
29412936

29422937
// Execute all loaders in parallel

0 commit comments

Comments
 (0)