Skip to content

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Dec 6, 2023
1 parent 04fcfd9 commit 25e4a84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/shared/slim-table/slim-table.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@ export class SlimTableComponent implements OnInit {
slimConfig: SlimConfig;
nonSlimWithAnnotationName: string;
nonSlimWithoutAnnotationName: string;
cvDisplayName: string;

cvConfig: AnnotationType;
constructor(private pombaseApiService: PombaseAPIService) { }

ngOnInit() {
this.slimConfig = this.appConfig.slims[this.slimName];
this.cvConfig = getAnnotationTableConfig().getAnnotationType(this.slimConfig.cv_name);
this.cvDisplayName = this.cvConfig.display_name;

this.pombaseApiService.getTermSubsets()
.then(subsets => {
Expand Down

0 comments on commit 25e4a84

Please sign in to comment.