Skip to content

Commit 71ecf7d

Browse files
committed
Removed unused return
1 parent 3430be6 commit 71ecf7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/bitstream-page/clarin-license-agreement-page/clarin-license-agreement-page.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ export class ClarinLicenseAgreementPageComponent implements OnInit {
174174
this.htmlContentService.getHmtlContentByPathAndLocale(this.LICENSE_PATH_SEZNAM_CZ).then(content => {
175175
this.licenseContentSeznam.next(content);
176176
});
177-
return true;
178177
}
179178
});
180179
}

0 commit comments

Comments
 (0)