diff --git a/examples/parking_1p.jl b/examples/parking_1p.jl index b70eca4c..be2b3847 100644 --- a/examples/parking_1p.jl +++ b/examples/parking_1p.jl @@ -107,15 +107,7 @@ function play() global steps integrator = KiteModels.init_sim!(kps, stiffness_factor=0.04) toc() - #try steps = simulate(integrator) - #catch e - # if isa(e, AssertionError) - # println("AssertionError! Halting simulation.") - # else - # println("Exception! Halting simulation.") - # end - #end GC.enable(true) end