Remove debug echo

This commit is contained in:
coffeepots 2018-05-08 20:42:16 +01:00
parent c9a9eb90ce
commit ff078478bd

View File

@ -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()