Skip to content

Commit

Permalink
Merge pull request #133 from control-toolbox/ocots-patch-1
Browse files Browse the repository at this point in the history
Update repl.jl
  • Loading branch information
ocots authored May 15, 2024
2 parents 0b74099 + c25e174 commit 98592d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/repl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ end

# get code from model and an extra expression
function __code(model::ModelRepl, e::Expr)
println("ici")
model_ = deepcopy(model) # copy model
__update!(model_, e) # update model_
return __code(model_) # get code
Expand Down

0 comments on commit 98592d9

Please sign in to comment.