Skip to content

Commit

Permalink
chore(task): optimize log
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Oct 5, 2020
1 parent 3c744b0 commit 931e5dd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/task/update_sentences_utils/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,9 @@ async function updateSpecificCategorySentences(SideAB, category) {
winston.verbose(
`[sentencesUpdateTask] the sentences of category ${chalk.red(
category.key,
)} is updated. Max length: ${chalk.green(
)} is updated. length range: [${chalk.green(minLength)}, ${chalk.green(
maxLength,
)}, min length: ${chalk.green(minLength)}, total: ${chalk.blue(
categorySentencesTotal,
)}`,
)}], total: ${chalk.blue(categorySentencesTotal)}`,
)
return categorySentencesTotal
}
Expand Down

0 comments on commit 931e5dd

Please sign in to comment.