Remove debugging echo

This commit is contained in:
coffeepots 2018-05-29 21:46:11 +01:00
parent f30c4651a1
commit 5292b0b53e

View File

@ -186,4 +186,3 @@ macro createRpcSigs*(filePath: static[string]): untyped =
## Inputs are marshalled to json, and results are put into the signature's
## Nim type.
result = processRpcSigs(staticRead($filePath).parseStmt())
echo "**", result.repr