mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
disable debug output
This commit is contained in:
@@ -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) =
|
||||
|
||||
Reference in New Issue
Block a user