Skip to content

Commit 31ade68

Browse files
Update adjoint.jl
1 parent 1882ade commit 31ade68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/adjoint.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ end
3131
function CRC.rrule(T::typeof(SciMLBase.solve), prob::LinearProblem, alg::Nothing, args...; kwargs...)
3232
assump = OperatorAssumptions(issquare(prob.A))
3333
alg = defaultalg(prob.A, prob.b, assump)
34-
@show alg
3534
CRC.rrule(T, prob, alg, args...; kwargs...)
3635
end
3736

0 commit comments

Comments
 (0)