summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/std/with.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/with.nim b/lib/std/with.nim
index 7d14a4100..8043a0b8a 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