diff options
-rw-r--r-- | compiler/cursor_inference.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cursor_inference.nim b/compiler/cursor_inference.nim index 7806a535f..e0999b5be 100644 --- a/compiler/cursor_inference.nim +++ b/compiler/cursor_inference.nim @@ -97,7 +97,7 @@ proc getCursors(c: Con): IntSet = break doAdd when true: result.incl cur.s.id - when true: + when false: echo "computed as a cursor ", cur.s, " ", cur.deps, " ", c.config $ cur.s.info proc analyseAsgn(c: var Con; dest: var Cursor; n: PNode) = |