mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
Remove debugging echos again
This commit is contained in:
@@ -665,9 +665,7 @@ proc toJson(x: expr): expr {.compiletime.} =
|
||||
macro `%*`*(x: expr): expr =
|
||||
## Convert an expression to a JsonParser directly, without having to specify
|
||||
## `%` for every element.
|
||||
echo x.treeRepr
|
||||
result = toJson(x)
|
||||
echo result.treeRepr
|
||||
|
||||
proc `==`* (a,b: JsonNode): bool =
|
||||
## Check two nodes for equality
|
||||
|
||||
Reference in New Issue
Block a user