Skip to content

Commit

Permalink
minor: Don't log patterns to the console (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewebsimple authored Nov 4, 2024
1 parent 6736155 commit 5d16d0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export async function autoImportDocuments(
if (!patterns.length) {
return Promise.resolve([])
}
console.log({ patterns })
const files = (
await resolveFiles(srcResolver(), patterns, {
followSymbolicLinks: false,
Expand Down

0 comments on commit 5d16d0f

Please sign in to comment.