summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-01-18 21:22:20 +0100
committerAraq <rumpf_a@web.de>2015-01-18 21:22:20 +0100
commita295866ce8381f3a5bb723e2687282bb38896e65 (patch)
tree3c1c7656098ba4db9667d9314db3a75074681cd9
parent71d3cccb07bb824df10c5dd90493aaf16350e171 (diff)
downloadNim-a295866ce8381f3a5bb723e2687282bb38896e65.tar.gz
get rid of debug output
-rw-r--r--compiler/semexprs.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/semexprs.nim b/compiler/semexprs.nim
index d579abd2b..9d9a5a50c 100644
--- a/compiler/semexprs.nim
+++ b/compiler/semexprs.nim
@@ -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)