Skip to content

Commit

Permalink
Remove left-over debugging log message (#2532)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck authored Jan 14, 2025
1 parent ce61d18 commit f546e5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ for (const [key, data] of yamlEntries('features')) {
// Assert that discouraged feature's alternatives are valid
for (const [id, feature] of Object.entries(features)) {
for (const alternative of feature.discouraged?.alternatives ?? []) {
console.log(`Confirming ${alternative} in feature set`);
if (!(alternative in features)) {
throw new Error(`${id}'s alternative "${alternative}" is not a valid feature ID`);
}
Expand Down

0 comments on commit f546e5a

Please sign in to comment.