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 29, 2022
1 parent 1ff603e commit 0be1295
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 0be1295

Please sign in to comment.