Skip to content

Commit 4848247

Browse files
committed
remove log
1 parent fa41542 commit 4848247

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/data-loaders/navigation-guard.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ export function setupLoaderGuard({
151151
lazyLoadingPromises.push(promise)
152152
}
153153
} else if (record.meta[LOADER_SET_PROMISES_KEY]) {
154-
console.log('REUSE', record.path)
155154
// When repeated navigation happen on the same route, loaders might still be
156155
// loading from async components, so we need to wait for them to resolve.
157156
lazyLoadingPromises.push(...record.meta[LOADER_SET_PROMISES_KEY])

0 commit comments

Comments
 (0)