Skip to content

Commit 7afdc9a

Browse files
fix: remove console.log
1 parent c4ff0db commit 7afdc9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/router-core/src/router.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2181,9 +2181,6 @@ export class RouterCore<
21812181
}, pendingMs)
21822182
}
21832183

2184-
console.log(`Match ${matchId} is already loading`, {
2185-
match: this.getMatch(matchId),
2186-
})
21872184
// Wait for the beforeLoad to resolve before we continue
21882185
await existingMatch.beforeLoadPromise
21892186
executeBeforeLoad = this.getMatch(matchId)!.status === 'error'

0 commit comments

Comments
 (0)