Remove debug echo from with (#22047)

This commit is contained in:
Antonis Geralis
2023-06-08 17:52:24 +03:00
committed by GitHub
parent a4f9413a65
commit a3bbb71240

View File

@@ -46,4 +46,3 @@ macro with*(arg: typed; calls: varargs[untyped]): untyped =
result = newNimNode(nnkStmtList, arg)
underscoredCalls(result, calls, arg)
echo result.astGenRepr