Skip to content

Commit

Permalink
refactor: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
adantoscano committed Oct 4, 2023
1 parent a6c3456 commit 58f15b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/find-oas-from-dir.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const findOasFromDir = async (startPath, acc) => {
})
}
}
console.log(oasFiles);
return oasFiles;
};

Expand Down

0 comments on commit 58f15b8

Please sign in to comment.