Skip to content

Commit 5507676

Browse files
fix: remove print statement
1 parent 8f9b12f commit 5507676

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/discrete_system/discrete_system.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ function process_DiscreteProblem(constructor, sys::DiscreteSystem, u0map, paramm
231231
trueu0map[var] = defs[root]
232232
end
233233
end
234-
@show trueu0map u0map
235234
if has_index_cache(sys) && get_index_cache(sys) !== nothing
236235
u0, defs = get_u0(sys, trueu0map, parammap)
237236
p = MTKParameters(sys, parammap, trueu0map)

0 commit comments

Comments
 (0)