From 5d58d972a191562d9a563eb64ef4db07776c1d2e Mon Sep 17 00:00:00 2001 From: coffeepots Date: Tue, 29 May 2018 21:46:11 +0100 Subject: [PATCH] Remove debugging echo --- eth-rpc/client/clientdispatch.nim | 1 - 1 file changed, 1 deletion(-) 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