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 Jul 28, 2022
1 parent 0100dce commit 52c18b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/utils.ts
Expand Up @@ -222,7 +222,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 52c18b9

Please sign in to comment.