Skip to content

Commit 50ac724

Browse files
committed
Cleanup commented-out code
1 parent 7b01f9b commit 50ac724

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/shared/lib/oql/AccessorsForOqlFilter.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,6 @@ export default class AccessorsForOqlFilter
150150
);
151151
}
152152

153-
// public gene(d: Datum) {
154-
// if (
155-
// this.molecularAlterationType(d.molecularProfileId) ===
156-
// AlterationTypeConstants.STRUCTURAL_VARIANT
157-
// ) {
158-
// return (d as StructuralVariant).site1HugoSymbol;
159-
// }
160-
// return (d as any).gene.hugoGeneSymbol;
161-
// }
162-
163153
public gene(d: Datum) {
164154
if (
165155
this.molecularAlterationType(d.molecularProfileId) ===

0 commit comments

Comments
 (0)