Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Aug 31, 2023
1 parent d3d0fcc commit f4ebb01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/static/src/app/store/sensitivity/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ const batchRunDiscrete = (runner: OdinRunnerDiscrete,
replicates: number,
dispatch: Dispatch,
commit: Commit): Batch => {
console.log("Attempting batchRunDiscrete");
const batch = runner.batchRunDiscrete(odin, pars, 0, endTime, dt, replicates);
console.log("Did batchRunDiscrete");
console.log(JSON.stringify(batch));
commit(SensitivityMutation.SetRunning, true);
dispatch(SensitivityAction.ComputeNext, batch);
return batch;
Expand Down

0 comments on commit f4ebb01

Please sign in to comment.