Skip to content

Commit de585a9

Browse files
committed
drop @show
1 parent e69851a commit de585a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/jumps/jumpsystem.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ function DiffEqBase.DiscreteProblem(sys::JumpSystem, u0map, tspan::Tuple,
199199
f = DiffEqBase.DISCRETE_INPLACE_DEFAULT
200200
sts = states(sys)
201201
df = DiscreteFunction{true,true}(f, syms=tosymbol.(sts, states=sts, escape=false))
202-
@show df.syms
203202
DiscreteProblem(df, u0, tspan, p; kwargs...)
204203
end
205204

0 commit comments

Comments
 (0)