remove debug print
This commit is contained in:
parent
a09fdcbf2b
commit
2a4aa1625d
@ -348,8 +348,6 @@ local function prefixCode(code, fn) -- fix strings, add line numbers
|
||||
assert(#bracestack==0, "unclosed brace")
|
||||
local code2 = table.concat(outt)
|
||||
|
||||
print(code2)
|
||||
|
||||
return code2
|
||||
end
|
||||
local function fixFilename(fn)
|
||||
|
Loading…
x
Reference in New Issue
Block a user