Skip to content

Commit 0d9d5d2

Browse files
committed
Remove leftover debug comment in show.jl
1 parent 01d7c6e commit 0d9d5d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/show.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ end
5858
function Base.show(io::IO, mime::MIME"text/plain", x::ComponentVector)
5959
len = length(x)
6060
ax = getaxes(x)[1]
61-
# @show ax len
6261
if last_index(ax) == len
6362
_print_type_short(io, x)
6463
show(io, x)

0 commit comments

Comments
 (0)