Skip to content

Commit

Permalink
Remove debug echo from with (#22047)
Browse files Browse the repository at this point in the history
  • Loading branch information
planetis-m committed Jun 8, 2023
1 parent a4f9413 commit a3bbb71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/std/with.nim
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ macro with*(arg: typed; calls: varargs[untyped]): untyped =

result = newNimNode(nnkStmtList, arg)
underscoredCalls(result, calls, arg)
echo result.astGenRepr

0 comments on commit a3bbb71

Please sign in to comment.