Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMadBug committed Sep 14, 2021
1 parent 14278a7 commit 686df0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions classification/templates/classification/hgvs_issues.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,12 @@
}

function alleleMissingRepFilter(data) {
console.log("SETTING DATA TO missing rep filter")
data.flag = 'missing_rep';
}
function alleleMissingClinGenFilter(data) {
console.log("SETTING DATA TO missing clingen")
data.flag = 'missing_clingen';
}
function alleleChgvs37not38(data) {
console.log("SETTING DATA TO chgvs_37_not_38")
data.flag = 'chgvs_37_not_38'
}

Expand Down

0 comments on commit 686df0c

Please sign in to comment.