Skip to content

Commit

Permalink
ACTUAL final final check before version up
Browse files Browse the repository at this point in the history
  • Loading branch information
bkatiemills committed Jan 10, 2014
1 parent 229c76f commit 148cc22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ function chooseBetaGraphs(){
//should always be true for now
if(document.getElementById('enableSCEPTAR').enabled){
SCEPTARString = constructSCEPTARPlotKey();
console.log(SCEPTARString)
window.SCEPTARFunc = SCEPTAREfficiency.bind(null, SCEPTARCoef[SCEPTARString], HPGeMinCoef['dummy'], HPGeMaxCoef['dummy']);
funcs[funcs.length] = window.SCEPTARFunc;
titles[titles.length] = 'SCEPTAR';
Expand Down

0 comments on commit 148cc22

Please sign in to comment.