Skip to content

Commit afed1e5

Browse files
committed
Remove debugging statement
1 parent a9154d9 commit afed1e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/componentarray.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ end
237237
# Reshape ComponentArrays with ShapedAxis axes
238238
maybe_reshape(data, ::NotShapedOrPartitionedAxis...) = data
239239
function maybe_reshape(data, axs::AbstractAxis...)
240-
@show axs filter_by_type(ShapedAxis, axs...)
241240
shapes = filter_by_type(Union{ShapedAxis,Shaped1DAxis}, axs...) .|> size
242241
shapes = reduce((tup, s) -> (tup..., s...), shapes)
243242
return reshape(data, shapes)

0 commit comments

Comments
 (0)