Skip to content

Commit

Permalink
Remove old debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Jun 28, 2024
1 parent d70a2fd commit 2b782f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/runestone.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# SPDX-License-Identifier: MIT

function dumpnode(node)
println("node: {kind: $(kind(node)), span: $(span(node)), flags: $(flags(node)), nkids: $(length(verified_kids(node)))}")
end

# This is the runestone where all the formatting transformations are implemented.

function trim_trailing_whitespace(ctx::Context, node::Node)
Expand Down

0 comments on commit 2b782f4

Please sign in to comment.