Skip to content

Commit 471ec2e

Browse files
committed
remove println
1 parent e952539 commit 471ec2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/systems/jumps/jumpsystem.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function assemble_maj(js, maj::MassActionJump{U,Vector{Pair{V,W}},Vector{Pair{V2
5252
else
5353
pval = maj.scaled_rates
5454
end
55-
55+
5656
rs = Vector{Pair{Int,W}}()
5757
for (spec,stoich) in maj.reactant_stoch
5858
if iszero(spec)
@@ -109,7 +109,6 @@ function DiffEqJump.JumpProblem(js::JumpSystem, prob, aggregator; kwargs...)
109109
elseif j isa VariableRateJump
110110
push!(vrjs, assemble_vrj(js, j, statetoid))
111111
elseif j isa MassActionJump
112-
println("here")
113112
push!(majs, assemble_maj(js, j, statetoid, parammap))
114113
else
115114
error("JumpSystems should only contain Constant, Variable or Mass Action Jumps.")

0 commit comments

Comments
 (0)