@tanstack/react-router 0.0.1-beta.252 → 0.0.1-beta.253

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.
@@ -207,7 +207,6 @@
207
207
 
208
208
  // This function queues up a call to update the browser history
209
209
  const queueHistoryAction = (type, destHref, state, onUpdate) => {
210
- console.log(destHref);
211
210
  const href = createHref(destHref);
212
211
  if (!scheduled) {
213
212
  rollbackLocation = currentLocation;