Skip to content

Commit 62127b8

Browse files
Update ext/LinearSolveForwardDiffExt.jl
1 parent b1ffa15 commit 62127b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/LinearSolveForwardDiffExt.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ end
4949

5050
function linearsolve_forwarddiff_solve(cache::DualLinearCache, alg, args...; kwargs...)
5151
# Solve the primal problem
52-
@info "here"
5352
dual_u0 = copy(cache.linear_cache.u)
5453
sol = solve!(cache.linear_cache, alg, args...; kwargs...)
5554
primal_b = copy(cache.linear_cache.b)

0 commit comments

Comments
 (0)