Skip to content

Commit

Permalink
refactor:remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
katiacih committed Aug 4, 2023
1 parent 3f89d52 commit 320589a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controller/writeOutput.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ function writeReportKtlint(report) {
}
else {
console.log('Verifique os erros abaixo:')
console.log(typeof(report))

var output = JSON.parse(report)

output.forEach((element) => {
Expand Down

0 comments on commit 320589a

Please sign in to comment.