Remove debug echo

This commit is contained in:
coffeepots 2018-05-08 20:42:16 +01:00 committed by zah
parent ca7a1efa97
commit 95a261fa7c

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