@tanstack/react-router 0.0.1-beta.218 → 0.0.1-beta.219

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.
@@ -1715,7 +1715,6 @@
1715
1715
  if (typeof shouldReloadDeps === 'object') {
1716
1716
  // compare the deps to see if they've changed
1717
1717
  shouldReload = !deepEqual(shouldReloadDeps, match.shouldReloadDeps);
1718
- console.log(shouldReloadDeps, match.shouldReloadDeps, shouldReload);
1719
1718
  match.shouldReloadDeps = shouldReloadDeps;
1720
1719
  } else {
1721
1720
  shouldReload = !!shouldReloadDeps;