Skip to content

Commit 04c7034

Browse files
committed
fixup! feat: support segment cache
1 parent 58343c9 commit 04c7034

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/build/content/prerendered.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ const buildAppCacheValue = async (
8989
const segmentsDir = path + RSC_SEGMENTS_DIR_SUFFIX
9090
const segmentData: NetlifyCachedAppPageValue['segmentData'] = {}
9191

92-
console.log('segment stitching', {
93-
segmentPaths: meta.segmentPaths,
94-
path,
95-
})
9692
await Promise.all(
9793
meta.segmentPaths.map(async (segmentPath: string) => {
9894
const segmentDataFilePath = segmentsDir + segmentPath + RSC_SEGMENT_SUFFIX

0 commit comments

Comments
 (0)