Remove debugging echos again

This commit is contained in:
def
2015-01-05 13:19:10 +01:00
parent f223e94ccd
commit 41cf963848

View File

@@ -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