Skip to content

Commit d7e8b87

Browse files
committed
Remove comment no longer needed
1 parent 808d44b commit d7e8b87

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/item-page/simple/field-components/specific-field/cc-license/item-page-cc-license-field.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export class ItemPageCcLicenseFieldComponent implements OnInit {
6464
this.uri = this.item.firstMetadataValue(this.ccLicenseUriField);
6565
this.name = this.item.firstMetadataValue(this.ccLicenseNameField);
6666

67-
// Extracts the CC license code from the URI
6867
const ccCode = parseCcCode(this.uri);
6968
this.imgSrc = ccCode ? `assets/images/cc-licenses/${ccCode}.png` : null;
7069
}

0 commit comments

Comments
 (0)