Skip to content

Commit 69a253c

Browse files
authored
fix: remove console.log
1 parent 36d76e0 commit 69a253c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

assets/js/Services/Report.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,5 @@ export function analyzeReport(report, ISSUE_STATE) {
449449
tempReport.sessionFiles = sessionFiles
450450
tempReport.filesReviewed = tempFilesReviewed
451451

452-
console.log(tempReport)
453452
return tempReport
454-
}
453+
}

0 commit comments

Comments
 (0)