@tanstack/router-core 1.121.15 → 1.121.16

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.
@@ -779,9 +779,6 @@ class RouterCore {
779
779
  }
780
780
  }, pendingMs);
781
781
  }
782
- console.log(`Match ${matchId} is already loading`, {
783
- match: this.getMatch(matchId)
784
- });
785
782
  await existingMatch.beforeLoadPromise;
786
783
  executeBeforeLoad = this.getMatch(matchId).status === "error";
787
784
  }