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