diff --git a/lib/compiler/compiler.lua b/lib/compiler/compiler.lua index 7fc4201..4b53bb9 100644 --- a/lib/compiler/compiler.lua +++ b/lib/compiler/compiler.lua @@ -286,7 +286,7 @@ local function assemble(proto) replace32(next_function_pos, #bin) end - for _, b in ipairs(bin) do io.write(string.format("%02x", b) .. ' ') end; print() + -- for _, b in ipairs(bin) do io.write(string.format("%02x", b) .. ' ') end; print() return string.char(table.unpack(bin)) end