mirror of
https://github.com/nim-lang/Nim.git
synced 2026-03-03 15:18:30 +00:00
deactivated debug output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user