diff --git a/eth-rpc/client/clientdispatch.nim b/eth-rpc/client/clientdispatch.nim index 1c16f9b..a9d3a2b 100644 --- a/eth-rpc/client/clientdispatch.nim +++ b/eth-rpc/client/clientdispatch.nim @@ -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