mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 22:13:29 +00:00
get rid of debug output
This commit is contained in:
@@ -1355,7 +1355,6 @@ proc semYield(c: PContext, n: PNode): PNode =
|
||||
if restype.kind == tyIter:
|
||||
restype.sons[0] = inferred
|
||||
else:
|
||||
debug inferred
|
||||
iterType.sons[0] = inferred
|
||||
|
||||
semYieldVarResult(c, n, adjustedRes)
|
||||
|
||||
Reference in New Issue
Block a user