Skip to content

Commit 519d4ed

Browse files
committed
test: remove useless print
1 parent 5a2b3e0 commit 519d4ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/3_test_predictive_control.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,6 @@ end
698698
nmpc5 = setconstraint!(nmpc5, ymin=[1])
699699
# execute update_predictions! branch in `gfunc_i` for coverage:
700700
g_Y0min_end = nmpc5.optim[:g_Y0min_1].func
701-
println(nmpc5.Z̃)
702701
@test_nowarn g_Y0min_end(10.0, 9.0, 8.0, 7.0)
703702
# execute update_predictions! branch in `geqfunc_i` for coverage:
704703
geq_end = nmpc5.optim[:geq_2].func

0 commit comments

Comments
 (0)