Skip to content

Commit

Permalink
chore: remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattjoh committed Aug 9, 2022
1 parent 76678ac commit e624ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/utils.ts
Expand Up @@ -225,7 +225,7 @@ export async function printTreeView(
: pageInfo.size >= 0
? prettyBytes(pageInfo.size)
: ''
: '', // FIXME: (wyattjoh) replace with size calculation for page size
: '',
pageInfo
? ampFirst
? chalk.cyan('AMP')
Expand Down

0 comments on commit e624ac9

Please sign in to comment.