Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Dec 20, 2022
1 parent b77850e commit cb7f780
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/next/server/app-render.tsx
Expand Up @@ -691,12 +691,6 @@ function getCssInlinedLinkTags(
serverComponentManifest.__entry_css_files__?.[filePathWithoutExt] || []
)

// console.log(
// filePath,
// cssFilesForEntry,
// serverComponentManifest.__entry_css_files__
// )

if (!layoutOrPageCssModules || !cssFilesForEntry.size) {
return []
}
Expand Down

0 comments on commit cb7f780

Please sign in to comment.