Skip to content

Commit 0eecd3f

Browse files
committed
Remove debug message.
1 parent d32c886 commit 0eecd3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/reaction/reactionsystem.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ end
332332

333333
# ODEProblem from AbstractReactionNetwork
334334
function DiffEqBase.ODEProblem(rs::ReactionSystem, u0::Union{AbstractArray, Number}, tspan, p, args...; kwargs...)
335-
println("HERE")
336335
u0 = typeof(u0) <: Array{<:Pair} ? u0 : Pair.(rs.states,u0)
337336
p = typeof(p) <: Array{<:Pair} ? p : Pair.(rs.ps,p)
338337
return ODEProblem(convert(ODESystem,rs),u0,tspan,p, args...; kwargs...)

0 commit comments

Comments
 (0)