Skip to content

Commit

Permalink
print Document
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 10, 2020
1 parent 372aeae commit 3eab54b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/node.jl
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,8 @@ function Base.show(io::IO, node::Node)
@printf(io, "%s(<%s>)", prefix, desc)
end

function Base.print(io::IO, node::Node, formatting::Bool = true)
println(" \n")
dump_node(io, node, formatting)
function Base.print(io::IO, node::Node)
dump_node(io, node)
end

function Base.print(node::Node)
Expand Down

0 comments on commit 3eab54b

Please sign in to comment.