summary refs log tree commit diff stats
path: root/compiler/vmgen.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-02-02 00:02:57 +0100
committerAraq <rumpf_a@web.de>2014-02-02 00:02:57 +0100
commit4b47bee65407a1ebde5e804cd77fc242c3fa7152 (patch)
tree2e53c02b61cf45bf07a6890851921fb1482401ce /compiler/vmgen.nim
parent43d1181c0465587f0b354a314b676c1daaec79be (diff)
downloadNim-4b47bee65407a1ebde5e804cd77fc242c3fa7152.tar.gz
deactivated debug output
Diffstat (limited to 'compiler/vmgen.nim')
-rw-r--r--compiler/vmgen.nim6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/vmgen.nim b/compiler/vmgen.nim
index ff479b74a..e0ff5b235 100644
--- a/compiler/vmgen.nim
+++ b/compiler/vmgen.nim
@@ -1480,9 +1480,9 @@ proc genProc(c: PCtx; s: PSym): int =
     c.gABC(body, opcEof, eofInstr.regA)
     c.optimizeJumps(result)
     s.offset = c.prc.maxSlots
-    if s.name.s == "concatStyleInterpolation":
-      c.echoCode(result)
-      echo renderTree(body)
+    #if s.name.s == "concatStyleInterpolation":
+    #  c.echoCode(result)
+    # echo renderTree(body)
     c.prc = oldPrc
   else:
     c.prc.maxSlots = s.offset