From 4b47bee65407a1ebde5e804cd77fc242c3fa7152 Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 2 Feb 2014 00:02:57 +0100 Subject: [PATCH] deactivated debug output --- compiler/vmgen.nim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/vmgen.nim b/compiler/vmgen.nim index ff479b74a3..e0ff5b2350 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