Skip to content

Commit f522821

Browse files
chore: rm debug statements
1 parent 90761a2 commit f522821

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/RecursiveArrayToolsZygoteExt.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ end
275275
ȳ -> (nothing, Zygote._project(x, ȳ))
276276

277277
function Zygote.unbroadcast(x::AbstractVectorOfArray, x̄)
278-
@show
279278
N = ndims(x̄)
280279
if length(x) == length(x̄)
281280
Zygote._project(x, x̄) # ProjectTo handles reshape, offsets, structured matrices, row vectors

0 commit comments

Comments
 (0)