From 7e581c97c4a6e5d3d153070fa5fab32240a3a00d Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Thu, 8 Feb 2024 20:48:02 -0700 Subject: [PATCH] setup examples --- src/apatheia/tasks.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apatheia/tasks.nim b/src/apatheia/tasks.nim index 1199377..601cfd2 100644 --- a/src/apatheia/tasks.nim +++ b/src/apatheia/tasks.nim @@ -35,7 +35,6 @@ macro asyncTask*(p: untyped): untyped = # echo "asyncTask:checks:\n", asyncBody.repr # echo "asyncTask:tcall: ", tcall.repr - echo "asyncTask:body:\n", body.repr let tp = mkProc(procId.procIdentAppend("Tasklet"), params, body)