Skip to content

Commit

Permalink
chore(build-utils): remove unreachable useless statement in createMes…
Browse files Browse the repository at this point in the history
…sage (#5618)
  • Loading branch information
codeudan authored Feb 16, 2021
1 parent c348e31 commit 0360cd1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/builder-util/src/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ export class Logger {
else if (Array.isArray(fieldValue)) {
fieldValue = JSON.stringify(fieldValue)
}
else if (typeof fieldValue === "object") {
// fieldValue = safeStringifyJson(fieldValue)
}

text += `${color(name)}=${fieldValue}`
if (++counter !== fieldNames.length) {
Expand Down

0 comments on commit 0360cd1

Please sign in to comment.