Skip to content

Commit

Permalink
fix: cleanup debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jul 20, 2023
1 parent a08c107 commit 802f388
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/npm-pkgbuild-cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,7 @@ program
const o = new outputFactory(properties);
const transformer = [
createExpressionTransformer(
(entry) => {
const flag = uc.fileNameConformsTo(entry.name, "public.text");
console.log("UTI", entry.name, flag);
return flag; },
(entry) => uc.fileNameConformsTo(entry.name, "public.text"),
properties
)
];
Expand Down

0 comments on commit 802f388

Please sign in to comment.