Skip to content

Commit

Permalink
fix: Remove debug output (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 28, 2023
1 parent a29e3e1 commit c70b3a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/findFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export interface FindFileOptions {
}

export async function findFiles(globs: string[], options: FindFileOptions) {
console.warn('options: %o', options);
const globOptions: GlobbyOptions = {
ignore: excludes.concat(options.exclude || []),
onlyFiles: options.onlyFiles ?? true,
Expand Down

0 comments on commit c70b3a8

Please sign in to comment.