Skip to content

Commit dc47666

Browse files
committed
drop extraneous show
1 parent 9ecc2ef commit dc47666

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/simple_regular_solve.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ end
1717
function DiffEqBase.solve(jump_prob::JumpProblem, alg::SimpleTauLeaping;
1818
seed = nothing,
1919
dt = error("dt is required for SimpleTauLeaping."))
20-
21-
@show "here1"
2220
validate_pure_leaping_inputs(jump_prob, alg) ||
2321
error("SimpleTauLeaping can only be used with PureLeaping JumpProblems with only non-RegularJumps.")
2422
prob = jump_prob.prob

0 commit comments

Comments
 (0)