mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-09 17:13:11 +00:00
Remove debug echo
This commit is contained in:
parent
ca7a1efa97
commit
95a261fa7c
@ -118,7 +118,6 @@ macro multiRemove(s: string, values: varargs[string]): string =
|
||||
|
||||
body.add multiReplaceCall
|
||||
result = newBlockStmt(body)
|
||||
echo "!!", result.repr
|
||||
|
||||
macro on*(server: var RpcServer, path: string, body: untyped): untyped =
|
||||
result = newStmtList()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user