diff --git a/lib/std/with.nim b/lib/std/with.nim index 7d14a4100b..8043a0b8af 100644 --- a/lib/std/with.nim +++ b/lib/std/with.nim @@ -46,4 +46,3 @@ macro with*(arg: typed; calls: varargs[untyped]): untyped = result = newNimNode(nnkStmtList, arg) underscoredCalls(result, calls, arg) - echo result.astGenRepr