remove broken closure listing

This commit is contained in:
prod2 2022-02-14 07:16:58 +01:00
parent 545322bf96
commit 197d61b112
1 changed files with 0 additions and 9 deletions

View File

@ -159,15 +159,6 @@ proc run*(chunk: Chunk): InterpretResult =
msg &= "]"
echo msg
when debugClosures:
msg = " Closures: [ "
#for i in 0 .. frames.high():
#if frames[i].closure != nil:
# msg &= debugStr(frames[i].closure) & " "
msg &= "]"
echo msg
var ii = ip.pdiff(chunk.code[0].unsafeAddr) - 1
var ll = -1
setForegroundColor(fgYellow)