Skip to content

Commit 8e94d75

Browse files
committed
commented out the print Hessian line
1 parent d29673d commit 8e94d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controller/nonlinmpc.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,8 +798,8 @@ function update_diff_objective!(
798798
J[], _ = value_gradient_and_hessian!(
799799
Jfunc!, ∇J, ∇²J, prep_∇²J, hess, Z̃_J, context_J...
800800
)
801-
@warn "Here's the current Hessian:"
802-
println(∇²J)
801+
@warn "Uncomment the following line to print the current Hessian"
802+
# println(∇²J)
803803
end
804804
return nothing
805805
end

0 commit comments

Comments
 (0)