Skip to content

Commit

Permalink
Update repl.jl
Browse files Browse the repository at this point in the history
remove println("ici")
  • Loading branch information
ocots authored May 15, 2024
1 parent 0b74099 commit c25e174
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 c25e174

Please sign in to comment.