Skip to content

Commit a79a42b

Browse files
committed
remove useless print
1 parent 8e7b41f commit a79a42b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/controller/transcription.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ function init_defectmat(
492492
iCol = (1:nx̂) .+ nx̂*(j-1) .+ nu*Hc
493493
Eŝ[iRow, iCol] =
494494
end
495-
display(Eŝ)
496495
# --- current measured disturbances d0 and predictions D̂0 ---
497496
Gŝ = [B̂d; zeros(NT, (Hp-1)*nx̂, nd)]
498497
Jŝ = [zeros(nx̂, nd*Hp); repeatdiag(B̂d, Hp-1) zeros(NT, nx̂*(Hp-1), nd)]

0 commit comments

Comments
 (0)