Skip to content

Commit

Permalink
Remove old TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
febuiles committed Jun 15, 2022
1 parent 24bc5e9 commit bf94d94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/licenses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export function getDeniedLicenseChanges(

for (const change of changes) {
let license = change.license
// TODO: be loud about unknown licenses
if (license === null) {
unknown.push(change)
continue
Expand Down

0 comments on commit bf94d94

Please sign in to comment.