Skip to content

Commit 6a849b9

Browse files
remove show
1 parent 2d0b133 commit 6a849b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/zygote.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ ZygoteRules.@adjoint function getindex(VA::AbstractVectorOfArray, i::Union{Int,A
4848
Δ′ = [ (i == j ? Δ : zero(x)) for (x,j) in zip(VA.u, 1:length(VA))]
4949
(Δ′,nothing)
5050
end
51-
@show VA[i]
5251
VA[i],AbstractVectorOfArray_getindex_adjoint
5352
end
5453

0 commit comments

Comments
 (0)