Remove old TODO.

This commit is contained in:
Federico Builes
2022-06-15 15:22:14 +02:00
parent 24bc5e9934
commit bf94d94f63
-1
View File
@@ -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