Skip to content

Commit

Permalink
Delete log "No components got filtered with the given criteria." (#1315
Browse files Browse the repository at this point in the history
…) (#1316)

Signed-off-by: Yuri Govorushchenko <[email protected]>
  • Loading branch information
metametadata authored Aug 15, 2024
1 parent 97d02d1 commit c641377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion postgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ export function filterBom(bomJson, options) {
}
}
if (!anyFiltered && DEBUG_MODE) {
console.log("No components got filtered with the given criteria.");
if (
options.requiredOnly &&
!options.deep &&
Expand Down

0 comments on commit c641377

Please sign in to comment.