@tanstack/react-router 0.0.1-beta.227 → 0.0.1-beta.228

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1017,9 +1017,6 @@
1017
1017
  routesById
1018
1018
  } = useRouter();
1019
1019
  const route = routesById[match.routeId];
1020
- if (match.id.split('/').length === 4) {
1021
- console.log(match.id, pick(match, ['status', 'cause', 'isFetching']));
1022
- }
1023
1020
  if (match.status === 'error') {
1024
1021
  throw match.error;
1025
1022
  }