Skip to content

Commit

Permalink
fix: no logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Dec 4, 2023
1 parent 11c6297 commit 857de69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/react-router/src/Matches.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ function MatchInner({ match }: { match: RouteMatch }): any {
const { options, routesById } = useRouter()
const route = routesById[match.routeId]!

if (match.id.split('/').length === 4) {
console.log(match.id, pick(match, ['status', 'cause', 'isFetching']))
}

if (match.status === 'error') {
throw match.error
}
Expand Down

0 comments on commit 857de69

Please sign in to comment.