mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Remove debug echo from with (#22047)
This commit is contained in:
@@ -46,4 +46,3 @@ macro with*(arg: typed; calls: varargs[untyped]): untyped =
|
||||
|
||||
result = newNimNode(nnkStmtList, arg)
|
||||
underscoredCalls(result, calls, arg)
|
||||
echo result.astGenRepr
|
||||
|
||||
Reference in New Issue
Block a user