Skip to content

Commit 951c125

Browse files
committed
fix: remove console log
1 parent 830b4b7 commit 951c125

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/report-generator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export async function generateComplexityReport(directory) {
3838
const sourceFiles = await getSourceFile(directory, include, exclude)
3939
const analyzedFiles = await Promise.all(
4040
sourceFiles.map(async file => {
41-
console.log(file)
4241
try {
4342
return {
4443
file,

0 commit comments

Comments
 (0)