Skip to content

Commit

Permalink
Remove node.ptr from show
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 10, 2020
1 parent 76d62ce commit 8bf0b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.jl
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ function Base.show(io::IO, node::Node)
else
desc = repr(ntype)
end
@printf(io, "%s(<%s@%p>)", prefix, desc, node.ptr)
@printf(io, "%s(<%s>)", prefix, desc)
end

function Base.print(io::IO, node::Node)
Expand Down

0 comments on commit 8bf0b7b

Please sign in to comment.