mirror of
https://github.com/codex-storage/nim-json-rpc.git
synced 2025-02-24 00:48:12 +00:00
Remove debugging echo
This commit is contained in:
parent
f30c4651a1
commit
5292b0b53e
@ -186,4 +186,3 @@ macro createRpcSigs*(filePath: static[string]): untyped =
|
|||||||
## Inputs are marshalled to json, and results are put into the signature's
|
## Inputs are marshalled to json, and results are put into the signature's
|
||||||
## Nim type.
|
## Nim type.
|
||||||
result = processRpcSigs(staticRead($filePath).parseStmt())
|
result = processRpcSigs(staticRead($filePath).parseStmt())
|
||||||
echo "**", result.repr
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user