Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
katiacih committed Aug 7, 2023
1 parent 8025251 commit bf7823a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controller/writeOutput.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ function writeReportDetekt(report) {

function writeReportKtlint(report) {
var output = JSON.parse(report)
console.log(output)
if(output.length === 0) {
console.log('✅ APROVADO')
}
Expand Down

0 comments on commit bf7823a

Please sign in to comment.