Skip to content

Commit

Permalink
remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
leexgh committed Apr 21, 2020
1 parent a055fa2 commit f223077
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions src/pages/resultsView/ResultsViewPageStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ export class ResultsViewPageStore {
{ fireImmediately: true }
);

// this localStorage variable will be used to get relevant hgvsg url
if (this.grch38GenomeNexusUrl) {
getBrowserWindow().localStorage.setItem(
'referenceGenomeId',
Expand Down
5 changes: 0 additions & 5 deletions src/shared/api/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,6 @@ export function getGenomeNexusApiUrl() {
return getProxyUrlIfNecessary(url);
}

export function getGenomeNexusGrch38ApiUrl() {
let url = AppConfig.serverConfig.genomenexus_url_grch38;
return getProxyUrlIfNecessary(url);
}

export function buildGenomeNexusHgvsgUrl(hgvsg: string) {
return getBrowserWindow().localStorage.getItem('referenceGenomeId') ===
referenceGenome.GRCH38.NCBI
Expand Down

0 comments on commit f223077

Please sign in to comment.