remove debug print

This commit is contained in:
Redo 2022-11-02 10:45:51 -06:00
parent a09fdcbf2b
commit 2a4aa1625d

View File

@ -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)